{% extends "_layout.html" %} {% block title %}{{author}}{% endblock title %} {% block content %}

Posts by {{author}}


{% for post in posts %} {% with show_text=False %} {% include "_list.html" %} {% endwith %} {% endfor %}
{% endblock content %}