WIP
This commit is contained in:
21
tpl/flex_multiblock_callout.tpl
Normal file
21
tpl/flex_multiblock_callout.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
<section class="multiblock-callout">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>{{ headline }}</h2>
|
||||
{{{ intro_content }}}
|
||||
|
||||
<div class="left-image" style="background-image: url({{ image }})"> </div>
|
||||
</div>
|
||||
<div class="col">
|
||||
{{#each}}
|
||||
<div class="callout">
|
||||
{{#assetURL asdf}}
|
||||
{{ headline }}
|
||||
{{ description }}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user