mirror of
https://github.com/safing/web
synced 2025-04-08 21:19:09 +00:00
9 lines
261 B
HTML
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>
|