put footer text into own dict
This commit is contained in:
parent
d6c66161a5
commit
df7042942b
@ -10,10 +10,10 @@
|
|||||||
<p class="float-end mb-1">
|
<p class="float-end mb-1">
|
||||||
<a href="#">Back to top</a>
|
<a href="#">Back to top</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-1">{{ main_line | default('') }}</p>
|
<p class="mb-1">{{ footer.main_line | default('') }}</p>
|
||||||
|
|
||||||
{% if extra_lines %}
|
{% if footer.extra_lines %}
|
||||||
{% for line in extra_lines %}
|
{% for line in footer.extra_lines %}
|
||||||
{% if line %}
|
{% if line %}
|
||||||
<p class="mb-0">{{ line }}</p>
|
<p class="mb-0">{{ line }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user