mirror of
https://github.com/safing/web
synced 2026-05-05 15:24:06 +00:00
15 lines
365 B
HTML
15 lines
365 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>
|