{% extends 'base.html' %} {% block title %}Page n°{{ id }}{% endblock %} {% block body %}

This is page {{ id }} of the site. It's mostly meant to fill the cache.

Change the number in the URL to see another page.

{% endblock %}