{% extends "base.html" %} {% block opengraph %} {% endblock opengraph %} {% block content %}

{{ trans(key="posts_by", lang=lang) }} {{ term.name }}

{% for post in term.pages %}
{% include "posts/header.html" %}
{% if post.summary %} {{ post.summary | safe }} {% else %} {{ post.content | safe }} {% endif %}
{% endfor %} {% endblock content %}