{% block title %}Vulfile list:{% endblock %} {% block body %} {% for file in filelist %} {{ file }} {% endfor %} {% endblock %}