diff options
author | Hao Chen | 2019-05-08 09:18:21 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-08 09:18:21 -0500 |
commit | cd948b1ccf6781c17c9e4b4899ada9d654f16e83 (patch) | |
tree | dd49109cf838756a925c98e9207fada06d26792d /templates/sentences.html | |
parent | 30a9a40ae3170f0a13efd394ac12e297d3eda03d (diff) | |
download | genecup-cd948b1ccf6781c17c9e4b4899ada9d654f16e83.tar.gz |
showing sentences
Diffstat (limited to 'templates/sentences.html')
-rw-r--r-- | templates/sentences.html | 9 |
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 %} + + + |