aboutsummaryrefslogtreecommitdiff
path: root/templates/sentences.html
diff options
context:
space:
mode:
authorHao Chen2019-05-08 09:18:21 -0500
committerHao Chen2019-05-08 09:18:21 -0500
commitcd948b1ccf6781c17c9e4b4899ada9d654f16e83 (patch)
treedd49109cf838756a925c98e9207fada06d26792d /templates/sentences.html
parent30a9a40ae3170f0a13efd394ac12e297d3eda03d (diff)
downloadgenecup-cd948b1ccf6781c17c9e4b4899ada9d654f16e83.tar.gz
showing sentences
Diffstat (limited to 'templates/sentences.html')
-rw-r--r--templates/sentences.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/sentences.html b/templates/sentences.html
new file mode 100644
index 0000000..c481817
--- /dev/null
+++ b/templates/sentences.html
@@ -0,0 +1,9 @@
+{% extends "layout.html" %}
+{% block content %}
+
+{{ sentences | safe }}
+
+{% endblock %}
+
+
+