{{ post.contents|safe }}
{% for c in post.categories %}
{{ c.name }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block main %} « home