{% extends "blog/base_blog.html" %} {% block title %}Posts for {{ category.title }}{% endblock %} {% block body_id %}category_post_list{% endblock %} {% block content_title %}
{{ post.publish|date:"Y F d" }}
{{ post.tease }}