1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 21:19:09 +00:00
safing-web/_includes/pitch.html
2018-06-11 12:52:23 +02:00

9 lines
261 B
HTML

<div class="row vertical-align padding-top-40 padding-bottom-40">
{% if modulo == 0 %}
{% include pitch/image.html %}
{% include pitch/text.html %}
{% else %}
{% include pitch/text.html %}
{% include pitch/image.html %}
{% endif %}
</div>