Kaynağa Gözat

Adds 'block table' to templates

sValo 8 yıl önce
ebeveyn
işleme
cad8ae7ae9
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      themes/nest/templates/page.html

+ 4 - 0
themes/nest/templates/page.html

@@ -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 %}