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

Edit Comment

Current preview of the comment:

{{ comment["formatted_message"]|safe }}

Edit Comment

Message:

Comments can be formatted with Markdown, and you can use
emoticons in your comment.

{% endblock %}