{% extends "template.html" %} {% block content %}

{{app.title}}

{% for s in selectors %} {% endfor %}
Choose selector...
{{s.name}}{{s.description}}
{% endblock %}