{% extends 'theme_one.html' %} {% load static %} {% block head_title %}{% firstof view.page_header 'Add File' %}{% endblock %} {% block body_content %}
{% if columns %}
Example
{% for item in columns %} {% endfor %}
{{ item }}
{% endif %}
{% endblock %}