1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add render_footer macro

This commit is contained in:
Mo 2022-10-09 02:58:58 +02:00
parent 4ba9c3e5bb
commit 5d74a7b261

View file

@ -24,3 +24,13 @@
{% endif %}
</div>
{% endmacro %}
{% macro render_footer(footer) %}
<footer class='container text-center'>
<hr>
<p style='font-size:14px;'>
{{ footer|safe }}
</p>
<br>
</footer>
{% endmacro %}