{% extends 'layout.html' %} {% set title = post.title %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ post.title }}

{{ post.date }}{% if post.tags %} » {% for tag in post.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}

{{ post.content }}
{% endblock %}