grav-theme-libretic/templates/modular/bottom.html.twig

10 lines
331 B
Twig
Raw Normal View History

2015-01-26 11:57:05 +01:00
<div class="modular-row bottom {{ page.header.class }}">
2015-01-16 12:59:43 +01:00
{{ content }}
{% for button in page.header.buttons %}
<a class="button{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
{% endfor %}
2015-01-26 11:57:05 +01:00
{% if page.header.class == 'borderbottom' %}
<hr>
{% endif %}
2015-01-16 12:59:43 +01:00
</div>