{% extends "htmlemailer/example_template.txt" %}
{% block content %}
Hello
=====

Here's your email.

{{my_message}}

Explanation
-----------

This is the text body part of the example template.
{% endblock %}
