TipPy Blog
-
{% for post, avatar in posts %}
-
{% if avatar %}
{% else %}
{% endif %}
{{ post.created|naturaltime }} {{ post.author.first_name }}{{ post.content|safe }}
{% endfor %}