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