Revert back change in page_content
This commit is contained in:
parent
6fa462dcf6
commit
c70b86a54b
1 changed files with 1 additions and 11 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue