clojurecup2015-mailhead/resources/templates/parser-error.html

10 lines
192 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="span12">
<h1>Can't parse the given email</h1>
<pre>{{ mailheader }}</pre>
</div>
</div>
{% endblock %}