{% load static %} {% block title %}Letter{% endblock %} {% if DJANGO_VERSION < "1.9" %} {% else %} {% endif %}
{% block header %}This is a header
{% endblock %}
{% block content %}

This is the content

{% endblock %}