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

{{app.title}}

{% for s in snippets %} {% endfor %}
Choose snippet...
{{s.name}} {{s.description}}
{% endblock %}