{% block head %}
{% block title_prefix %}{% endblock %}{{title}}
{% endblock %}
{{ title }}
{{ motd }}
{% block content %} {% endblock %}
Comments
--Show contact publicly--
TRUE
FALSE
--Show comment publicly--
TRUE
FALSE
(Will await approval before becoming public)
{{ comments_sql | safe }} {% if comments and comments|length > 0 %}
{{ comments }}
{% else %}*No comments*{% endif %}
Comments
{{ comments_sql | safe }} {% if comments and comments|length > 0 %}{% else %}*No comments*{% endif %}