Adds 'block table' to templates
This commit is contained in:
parent
45e7008edc
commit
cad8ae7ae9
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div style="text-align: justify;" class="container content background-image: {{ PAGE_BACKGROUND }}">
|
<div style="text-align: justify;" class="container content background-image: {{ PAGE_BACKGROUND }}">
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
|
{% if page.table %}
|
||||||
|
{% block table %}
|
||||||
|
{% endblock table %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue