{% extends 'base.html' %} {% block title %} All Posts {% endblock %} {% block content %} All Posts {% for post in posts %} {{ post['title'] }} {% endfor %} {% endblock %}