{% extends "base.html" %} {% block title %} registration_form.html | {{ block.super }} {% endblock %} {% block header %} <h1>activate.html</h1> {% endblock %} {% block content %} You are now activated. {% endblock %}