mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add render_footer macro
This commit is contained in:
parent
4ba9c3e5bb
commit
5d74a7b261
1 changed files with 10 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue