7 lines
256 B
Twig
7 lines
256 B
Twig
|
<div class="modular-row bottom {{ page.header.class}}">
|
||
|
{{ content }}
|
||
|
{% for button in page.header.buttons %}
|
||
|
<a class="button{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
||
|
{% endfor %}
|
||
|
</div>
|