|
|
|
@ -86,17 +86,13 @@ |
|
|
|
|
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon icon-{{ pages["_meta"].meta.icon1 }} ml-8"></i></a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
<!-- |
|
|
|
|
{#! |
|
|
|
|
<div class="layout-maxed py-36"> |
|
|
|
|
{% if meta.video %} |
|
|
|
|
{# {% if meta.video %} |
|
|
|
|
{{ video(meta.video, meta.image, "content") }} |
|
|
|
|
{% elseif meta.image %} |
|
|
|
|
<img class="img-fluid rounded mb-5 d-block mx-auto" src="{{ meta.image|url }}" alt="{{ meta.image_alt }}" /> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} #} |
|
|
|
|
{{ content }} |
|
|
|
|
{{ actions(meta.actions, "single_page") }} |
|
|
|
|
{# {{ actions(meta.actions, "single_page") }} #} |
|
|
|
|
</div> |
|
|
|
|
#} |
|
|
|
|
--> |
|
|
|
|
</section> |
|
|
|
|