WIP
This commit is contained in:
20
tpl/flex_blue_background_text_grid.tpl
Normal file
20
tpl/flex_blue_background_text_grid.tpl
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<section class="blue-background-grid">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<h2>{{ headline }}</h2>
|
||||||
|
|
||||||
|
{{#assetContents arrow-circle.svg}}
|
||||||
|
|
||||||
|
<div class="blocks">
|
||||||
|
{{#each}}
|
||||||
|
<div class="block">
|
||||||
|
<h3>{{ headline }}</h3>
|
||||||
|
<p>{{{ description }}}</p>
|
||||||
|
</div>
|
||||||
|
{{/each}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
Reference in New Issue
Block a user