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