{% extends "layout.html" %} {% block content %}
{% for item in lines %}

{{ item }}

{% for line in lines[item] %} {% if line[0] == '#' %} {{ line }} {% else %} {{ line }} {% endif %} {% endfor %}
{% endfor %}
{% endblock %}