diff options
author | Hao Chen | 2019-05-09 15:47:10 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-09 15:47:10 -0500 |
commit | 23e5c27d83d545fb1155ae9c0d558abe9c828c91 (patch) | |
tree | b790b263c6bada6e2f98a1d70c95a490976bcfeb /templates/sentences.html | |
parent | 888e95f82ec96129257ff9064e9860a275fb7b15 (diff) | |
download | genecup-23e5c27d83d545fb1155ae9c0d558abe9c828c91.tar.gz |
links from nodes
Diffstat (limited to 'templates/sentences.html')
-rw-r--r-- | templates/sentences.html | 3 |
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 %} |