{% include 'includes/head.html' %}
{% include 'includes/navbar.html' %} {% if request.args.get('ipfs_error') %}

You can run your own local IPFS instance and maintain metadata and artwork, try installing the software and running the following:

$ ipfs daemon
{% endif %} {% if memes %} {% for _meme in memes | batch(4) %}
{% for meme in _meme %}

John Smith

@johnsmith

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