{% extends "index.html" %} {% block content %} {% for asset in page.assets %} {% if asset is matching(page.slug~"[.](html)$") %} {% endif %} {% endfor %} {% endblock %}