Back to Webfundamentals

Landing Page Content

gae/includes/landing-page-content.html

0.3429 B
Original Source

{% for row in rows %} {% if row.heading %} {% endif %} {% if row.custom_html %} {{ row.custom_html|safe }} {% else %} {% if row.columns %} {% for col in row.columns %} {% for item in col.items %} {% include "includes/landing-page-content-row.html" %} {% endfor %} {% endfor %} {% else %} {% for item in row.items %} {% include "includes/landing-page-content-row.html" %} {% endfor %} {% endif %} {% endif %}{% endfor %}