{{ post.published|date:'d' }}
{{ post.title }}
oleh {{ post.author.profile }} {% if not is_preview %} {% with post.tags.all as tags %} {% if tags %} in {% for tag in tags %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% endwith %} {% else %} in exampletag1, exampletag2 {% endif %} {{ comments.count }}so we need to convert those to linebreaks #} {% if post.wp_post_id %} {{ post.content|sanitize|safe|linebreaks }} {% else %} {{ post.content|sanitize|safe }} {% endif %}