{% extends "base.html" %} {% block js %} {% endblock %} {% block content %} {% for id, screen in screens.iteritems() %} {% if screen['show'] %}
Any comments on the sample?