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