{% load static %} {% block title %}Letter{% endblock %}
{% block header %}This is a header
{% endblock %}
{% block content %}

This is the content

{% endblock %}