{% if item_http_uri %} {{title}} {% else %} {{title}} {% endif %}
{% endif %}{% set published = item.published|date_fmt(fmt=dates_format) %} {% if Identities is defined %} {{identities[item.author_jid].nicknames[0] if identities[item.author_jid].nicknames else item.author}} {% else %} {{item.author}} {% endif %} {% if item_http_uri %} {{published}} {% else %} {{published}} {% endif %} {% if item.tags %} {% if tags_http_uri is defined %} {% for tag in item.tags %} {{tag}} {% endfor %} {% else %} {% for tag in item.tags %} {{tag}} {% endfor %} {% endif %} {% endif %}
{% if item.content_xhtml is defined %} {{item.content_xhtml|safe}} {% else %}{{- item.content|urlize -}}
{% endif %} {% for comments_data in item.comments %} {% for item in comments_data['items'] %} {% include 'blog/item.html' %} {% endfor %} {% if allow_commenting and item_level == 1 %}