{% extends 'base.html' %} {% set meta = first_lines %} {% block content %} {% include "includes/nav.html" %}

{{ meta.title }}

{{ meta.description }}

    1. {% for poem in poemList|sort(false, false, 'first_line') %}
    2. {{ poem.first_line }}
    3. {% endfor %}
{% endblock %}