add config & extensions for header and body

This commit is contained in:
Cameron Taylor 2025-05-17 10:23:45 -07:00
parent 68c35b02f8
commit 7b32562f9e
3 changed files with 15 additions and 0 deletions

View file

@ -43,6 +43,11 @@ This variable will hold all the text strings for the language #}
{% endblock main_content %}
</div>
{% include "partials/footer.html" %}
{# Optional extended body content #}
{%- if config.extra.extend_body -%}
{% include "extend_body.html" %}
{%- endif -%}
</body>
</html>