Close blocks properly
This commit is contained in:
@ -16,10 +16,10 @@
|
||||
{% include "partials/nav.html" %}
|
||||
{%- endif %}
|
||||
<div id="main" class="container">
|
||||
{% block custom %}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
{% block custom %}{% endblock custom %}
|
||||
{% block content %}{% endblock content %}
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
{% endblock %}
|
||||
{% endblock body %}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user