{% extends 'layout.html' %} {% block breadcrumbs %} {% endblock %} {% block content %} {% for post in posts %}

{{ post.title }}

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

{% endfor %} {% endblock %}