inline HTML, result viewer

This commit is contained in:
Ville Rantanen
2018-12-04 20:58:24 +02:00
parent 1a8cc70914
commit 2910cc2186
10 changed files with 185 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% block body %}
{{ message }}
<div class=message>{{ message }}</div>
{% endblock %}