{% extends "main/master.html" %} {% block content %}

{{ post.title }}

{{ post.description }}
{{ post.content|safe }}
{% if post.tags %}
Tags
{% for tag in post.tags %} {{ tag }} {% endfor %}
{% endif %} {% if related_posts %} {% endif %}
{% endblock %}