{% extends "layout.html" %} {% block title %}Comment Preview{% endblock %} {% block content %}

Comment Preview

This is a preview of what your comment is going to look like once posted.


{{ preview|safe }}


{% if subscribe == "true" and contact %} You will be subscribed to future comments on this thread. Notification e-mails will be sent to {{ contact }}.

{% endif %}

{% endblock %}