{% 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.

{% if gravatar %} Avatar {% else %} guest {% endif %}
{% if session["login"] %}{{ session["username"] }}{% else %}guest{% endif %}
Posted on {{ pretty_time }} by {{ name or "Anonymous" }}.

{{ 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 %}

Edit Comment

{% include "comment/form.inc.html" %} {% endblock %}