summaryrefslogtreecommitdiff
path: root/templates/thoughts.html.j2
blob: 69734fa83587a4a8b875748ae9f2d9e7c3ff7098 (plain)
1
2
3
4
5
6
{% extends "template.html.j2" %}
{% block content %}
    <div id="thoughts_list">
        {{ content|safe }}
    </div>
{% endblock %}