summaryrefslogtreecommitdiff
path: root/templates/thoughts.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/thoughts.html.j2')
-rw-r--r--templates/thoughts.html.j25
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/thoughts.html.j2 b/templates/thoughts.html.j2
index 17b2797..69734fa 100644
--- a/templates/thoughts.html.j2
+++ b/templates/thoughts.html.j2
@@ -1,5 +1,6 @@
{% extends "template.html.j2" %}
{% block content %}
- <a href='../index.html'>Back to main page</a>
- {{ content }}
+ <div id="thoughts_list">
+ {{ content|safe }}
+ </div>
{% endblock %}