{% extends "base.html" %} {% block content %} {% for file in data.subdir %} {% include file.template %} {% endfor %} {% endblock %}