{% extends "_layout.html" %} {% block title %}{{author}}{% endblock title %} {% block content %} Posts by {{author}} {% for post in posts %} {% include "_list.html" %} {% endfor %} {% endblock content %}