{% extends "base.html" %} {% block title %} - {{ post.title }}{% endblock %} {% block content %}

{{ post.title }}

{% for tag in post.tags %} #{{ tag }} {% endfor %}

{{ content }}
{% endblock content %}