WIP
This commit is contained in:
14
tpl/flex_3_column_callouts.tpl
Normal file
14
tpl/flex_3_column_callouts.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<section class="flex_3_column_callouts">
|
||||
<div class="d-flex">
|
||||
{{#each callouts}}
|
||||
<div class="callout">
|
||||
<div class="image-wrapper">
|
||||
<img src="{{#assetURL arrow-circle.svg}}" alt="" />
|
||||
</div>
|
||||
|
||||
<p class="headline">{{ headline }}</p>
|
||||
<p class="description">{{ content }}</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user