{% include 'includes/head.html' %}
{% include 'includes/navbar.html' %} {% if memes %} {% for _meme in memes | batch(4) %}
{% for meme in _meme %}

John Smith

@johnsmith

{{ meme.description }}
{% endfor %}
{% endfor %} {% endif %}
{% include 'includes/footer.html' %}