{% extends "base.html" %} {% block content %}Content Text {% for file in data['subdir'] %} {{ file.contents }} {% endfor %} {% endblock %}