Revert back change in page_content

This commit is contained in:
PCoder 2022-07-11 16:16:57 +05:30
parent 6fa462dcf6
commit c70b86a54b
1 changed files with 1 additions and 11 deletions

View File

@ -27,19 +27,9 @@
<p class="block-{{ block.block_type }}">
{% include_block block %}
</p>
{% endfor %}
</div>
<h1>Mmmm</h1>
<!-- Table content -->
<div class="article-table" role="main">
{% for block in page.trans_table %}
{% if block.block_type == 'table' %}
Inside if
{% include_block block %}
{% endif %}
{% endfor %}
</div>
<!-- Infoblocks -->
<div class="row infoblocks">