{% extends "base.html" %} {% block content %}
{% if mailheader %}

Can't parse the given e-mail header

Want to try some examples instead (choose from the menu above)?

{{ mailheader }}
{% else %}

Sorry, no data to analyze given.

Please insert a header into the form and try again.

{% endif %}
{% endblock %}