{% extends "news/base_news.html" %} {% block title %}Post search{% endblock %} {% block body_class %}{{ block.super }} post_search{% endblock %} {% block content_title %}
{{ post.publish|custom_date:user }}
{{ post.tease }}
{% if comment_count %}{{ comment_count }} comment{{ comment_count|pluralize }}{% endif %}