whitespace

This commit is contained in:
Cory LaViska
2025-06-10 12:45:12 -04:00
parent f6a70d1110
commit 2a20fe6dd1
2 changed files with 5 additions and 6 deletions

View File

@@ -78,7 +78,6 @@
</aside>
{% endif %}
{# Main #}
<main id="content">
{# Expandable outline #}

View File

@@ -6,13 +6,13 @@
</head>
<body class="layout-{{ layout | stripExtension }}">
{% block header %}{% endblock %}
{% block header %}{% endblock %}
{% block content %}
{{ content | safe }}
{% endblock %}
{% block content %}
{{ content | safe }}
{% endblock %}
{% block afterContent %}{% endblock %}
{% block afterContent %}{% endblock %}
</body>
</html>