{% extends "base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
| {{ post.title }} | |
|
{{ post.body_html | safe }}
{% if post.signature %}
{{ post.signature | safe }}
{% endif %}
|
|