aboutsummaryrefslogtreecommitdiff
path: root/templates/sentences.html
diff options
context:
space:
mode:
authorHao Chen2019-05-09 15:47:10 -0500
committerHao Chen2019-05-09 15:47:10 -0500
commit23e5c27d83d545fb1155ae9c0d558abe9c828c91 (patch)
treeb790b263c6bada6e2f98a1d70c95a490976bcfeb /templates/sentences.html
parent888e95f82ec96129257ff9064e9860a275fb7b15 (diff)
downloadgenecup-23e5c27d83d545fb1155ae9c0d558abe9c828c91.tar.gz
links from nodes
Diffstat (limited to 'templates/sentences.html')
-rw-r--r--templates/sentences.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/sentences.html b/templates/sentences.html
index c481817..f8da871 100644
--- a/templates/sentences.html
+++ b/templates/sentences.html
@@ -1,8 +1,9 @@
{% extends "layout.html" %}
{% block content %}
+<br>
{{ sentences | safe }}
-
+
{% endblock %}