{% extends 'base.html' %} {% block title %} View {{ key }} {% endblock %} {% block content %}

Here is the message for {{ key }}

{{ message }}

{% endblock %}