{{ post.title or '(no title)' }}
on {{ strftime(post.creation, '%Y/%m/%d') }}{% for tag in post.tag %}, #{{ tag }}{% endfor %}
{{ post.excerpt }}
{% extends "base.html" %} {% block title %}{% if tag %}Tag {{ tag }} - {% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}
on {{ strftime(post.creation, '%Y/%m/%d') }}{% for tag in post.tag %}, #{{ tag }}{% endfor %}
{{ post.excerpt }}