Files
abot/templates/preview.html
2018-12-02 23:11:32 +02:00

10 lines
206 B
HTML

{% extends "layout.html" %}
{% block body %}
<div id="preview_header">
Preview for: {{ key|safe }}<br>
Expires: {{ valid_for }}<br>
</div>
{% include "questions.html" %}
{% endblock %}