Back to Webfundamentals

Landing Page Content Row

gae/includes/landing-page-content-row.html

0.3896 B
Original Source

{% if item.custom_html %} {{ item.custom_html|safe }} {% endif %} {% if item.youtube_id %}

{% endif %} {% if item.custom_image %} {% if item.path %}{% endif %} {{ item.custom_image.icon_name }} {% if item.path %}{% endif %} {% endif %} {% if item.icon %} {% if item.path %} {% endif %} {% if item.icon.icon_name %} {{ item.icon.icon_name }} {% endif %} {% if item.icon.path %} {% endif %} {% if item.path %} {% endif %} {% endif %} {% if item.image_path %}

{% endif %} {% if item.description %} {% if item.heading %} {% if item.path %} [ {% endif %}

{{item.heading|safe}}

{% if item.path %} ]({{%20item.path%20}}) {% endif %} {% endif %} {{ item.description|safe }} {% if item.buttons %} {% for button in item.buttons %} {{ button.label }} {% endfor %} {% endif %} {% endif %}