clojurecup2015-mailhead/resources/templates/result.html

15 lines
241 B
HTML
Raw Normal View History

2015-12-06 11:13:00 +01:00
{% extends "base.html" %}
2015-12-05 11:31:48 +01:00
2015-12-06 11:13:00 +01:00
{% block content %}
<div class="row">
<div class="span12">
<h1>Results</h1>
<img src="/image/{{ token }}">
<h2>The analyzed email</h2>
<pre>{{ mailheader }}</pre>
2015-12-06 11:13:00 +01:00
</div>
</div>
{% endblock %}