{% extends "index.html" %} {% block content %}
{{ section.content | safe }} {# === image assets === #}

Images

{% for asset in section.assets | sort() | reverse %} {%- if asset is matching("[.](jpg|png|jpeg)$") -%} {%- elif asset is matching("[.](svg)$") -%} {% else %} {# nothing, will list assets later #} {%- endif -%} {% endfor %}
{# === pdf assets === #}

PDFs

{# === audio assets === #}

Audio

{% endblock content %}