{% for p in posts %}
{{ p[6] }} - {{ p[3] | timestamp }}
{% if p[4] != '' %}

{{ p[4] | content | safe}}

{% endif %} {% if p[5] != 'none' %} {% endif %}

{% endfor %}

Loading more...