Block setup

This commit is contained in:
Oleg Lavrovsky 2016-12-22 15:36:25 +01:00
parent 0fcf4096d0
commit 6cc9b6b606

View file

@ -10,15 +10,11 @@
<!-- Main content -->
<div class="container" role="main">
<div class="jumbotron">
<h1>{% include_block self.title %}</h1>
</div>
{% for block in self.body %}
<section>
<h3>{% include_block heading %}</h3>
<span style="float:left">{% include_block image %}</span>
<p>{% include_block paragraph %}</p>
<h3>{% include_block block.heading %}</h3>
<span style="float:left">{% include_block block.block.image %}</span>
<p>{% include_block block.paragraph %}</p>
</section>
{% endfor %}