{{ post.title }}
(#{{ post.id }})
[{{ post.pub_time }}]
{{ post.text }}
{% if post.tags.all %} {% endif %}
{{ post.text }}
{% if post.tags.all %} {% endif %}
{% extends "base.html" %} {% load i18n %} {% block content %} {% if posts %} {% for post in posts %}