{{post.contentInRichText.markdown | markdown}}
{% extends "base.html" %}
{% block description %}
{{ post.excerpt }}
{% endblock %}
{% block content %}
{% block title %}{{ post.title }}{% endblock %}
{{ post.excerpt }}
{{post.contentInRichText.markdown | markdown}}
{{_("Your comment has been sent for moderation")}}
{% endif %}
{{comment.author}} {{_("said")}} {{comment.time_delta}}: {{comment.comment}} |