initial working state

This commit is contained in:
Ville Rantanen
2018-12-02 23:11:32 +02:00
commit 083915e69a
23 changed files with 837 additions and 0 deletions

9
templates/preview.html Normal file
View File

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