mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
14 lines
364 B
HTML
14 lines
364 B
HTML
<div class="ui stackable mobile-hidden grid">
|
|
{% if modulo == 0 %}
|
|
{% include pitch/image.html %}
|
|
{% include pitch/text.html %}
|
|
{% else %}
|
|
{% include pitch/text.html %}
|
|
{% include pitch/image.html %}
|
|
{% endif %}
|
|
</div>
|
|
|
|
<div class="ui stackable mobile only grid">
|
|
{% include pitch/image.html %}
|
|
{% include pitch/text.html %}
|
|
</div>
|