mirror of
https://github.com/welpo/tabi.git
synced 2026-06-10 22:07:34 +02:00
add config & extensions for header and body
This commit is contained in:
parent
68c35b02f8
commit
7b32562f9e
3 changed files with 15 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue