{% if config.DEBUG %}{% endif %}
{% if self.header()|trim %}
{% block header %} {% if self.meta_header() %}
{% block meta_header %}{% endblock %}
{% endif %} {% endblock %}
{% endif %}
{% block content %}

This is the base template for all renderables. You probably want to create one of these:

You might also want this template to extend one of the more generic ones in this list.

{% endblock %}
{% if self.footer()|trim %} {% endif %}
{% if config.DEBUG %}{% endif %}