{% extends "base.html" %} {% block title %}Pages > {{ title }}{% endblock %} {% block description %}An extra page. I wonder what this is 👀{% endblock %} {% block content %} {{ title }} {{ content|safe }} {% endblock %}