removed placeholder for block moreContent

This commit is contained in:
Nico Melone
2025-01-22 08:41:05 -06:00
parent 674f30cbd8
commit 5b214b9978

View File

@@ -16,7 +16,7 @@
</header> </header>
<main> <main>
{% block content %}{% endblock %} {% block content %}{% endblock %}
{% block moreContent%}Placeholder{% endblock %} {% block moreContent%}{% endblock %}
</main> </main>
</body> </body>
</html> </html>