{% extends "base.html" %} {% block title %}{{ view.title }}{% endblock %} {% block content %} {% for item in view.items %} {% endfor %}
{{ item.name }}
{{ view.content }} {% endblock %} {% block commands %} {% if view.user %} {% endif %} {% endblock %}