{% extends 'base.html' %} {% block content %} {{ p.title }} {% for a in articles %} {{ a.name }} {% endfor %} {% endblock %}