{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %}

{{corpus_name}}

{% for text in corpus_obj.texts() %} {% endfor %}
id author title year
{{text.id}} {{text.author}} {{text.title}} {{text.year}}
{% endblock %}