mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat: extend tabi <head>
and <body>
elements (#528)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
5c1e4acbb1
commit
979f347fb0
5 changed files with 53 additions and 3 deletions
|
@ -43,6 +43,9 @@ This variable will hold all the text strings for the language #}
|
|||
{% endblock main_content %}
|
||||
</div>
|
||||
{% include "partials/footer.html" %}
|
||||
|
||||
{# Users can optionally provide this template to add content to the body element. #}
|
||||
{% include "tabi/extend_body.html" ignore missing %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue