{{ meta.title or thread.title }}
{{ contribution.body|excerpt(320) }}
{% extends "base.html" %}
{% block title %}Corpus{% if page_number > 1 %}, page {{ page_number }}{% endif %} · {{ site.title }}{% endblock %}
{% block description %}A static HTML index of every {{ ui.post_singular }} published on {{ site.title }}.{% endblock %}
{% block canonical %}{% if page_number == 1 %}/corpus/{% else %}/corpus/page/{{ page_number }}/{% endif %}{% endblock %}
{% block content %}
Static HTML fallback for hosts and readers that do not execute the search interface. {{ ui.post_plural|title }} are listed newest first.{{ ui.post_singular|title }} corpus
{{ contribution.body|excerpt(320) }}