{% extends "base.html" %}
{% block head_title %}{{ post.title }} – {{ app_name }}{% endblock %}
{% block description %}{{ post.excerpt }}{% endblock %}
{% block og_type %}article{% endblock %}
{% block og_image_meta %}{% if post.coverImage and post.coverImage.url %}
{% elif logo_url %}
{% endif %}{% endblock %}
{% block twitter_image_meta %}{% if post.coverImage and post.coverImage.url %}
{% elif logo_url %}
{% endif %}{% endblock %}
{% block head_meta %}{% if post.css %}{% endif %}{% endblock %}
{% block content %}
{% block title %}{{ post.title }}{% endblock %}
{{ post.excerpt }}
{{_("Your comment has been sent for moderation")}}
{% endif %}| {{ _("Comments") }} |
|---|
|
{{comment.author}} {{_("said")}} {{comment.time_delta}}: {{comment.comment}} |