{% extends "base.html" %} {% block title %} - {{ post.title }}{% endblock %} {% block content %} {{ post.title }} {{ post.date }} {% for tag in post.tags %} #{{ tag }} {% endfor %} {{ content }} {% endblock content %}