{% extends 'base.html' %} {% block content %}

Latest Memes

{% if posts %} {% for row in posts | batch(4) %}
{% for post in row %} {% set post = post.show() %}
{{ post.text | truncate(60) }}

{{ post.received_wow }} WOW received

({{ post.timestamp | humanize }})

{% endfor %}
{% endfor %} {% else %}

No posts yet!

{% endif %}
{% if total_pages %} {% endif %}
{% endblock %}