Adds 'block table' to templates

This commit is contained in:
sValo 2016-03-06 00:17:05 +01:00
parent 45e7008edc
commit cad8ae7ae9

View file

@ -29,6 +29,10 @@
{% block content %}
<div style="text-align: justify;" class="container content background-image: {{ PAGE_BACKGROUND }}">
{{ page.content }}
{% if page.table %}
{% block table %}
{% endblock table %}
{% endif %}
</div>
{% endblock %}