latest changes
This commit is contained in:
11
tpl/flex_block_links.tpl
Normal file
11
tpl/flex_block_links.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<section class="block-links">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
{{#each blocks}}
|
||||
<div class="col">
|
||||
{{#renderBlock this}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user