{% include 'includes/head.html' %}
{% include 'includes/navbar.html' %}
{% if meme %} {% if meme.meta_ipfs_hash %} {% set meta_url = config.IPFS_SERVER + "/ipfs/" + meme.meta_ipfs_hash %} {% set meme_url = config.IPFS_SERVER + "/ipfs/" + meme.meme_ipfs_hash %} {% else %} {% set meta_url = "" %} {% set meme_url = url_for('meta.uploaded_file', filename=meme.file_name, _external=True) %} {% endif %}
{% if meme.file_name %} {% if meme.file_name.endswith('mp4') %}
Your browser does not support the video tag.
{% else %}
{% endif %} {% endif %}
{{ meme.title }}
{{ meme.description }}
Share dis, nephew
{% if meme.meme_ipfs_hash %}
Meme IPFS:
{{ meme.meme_ipfs_hash }}
{% endif %} {% if not meme.approved %}
Approve
Deny
{% endif %}
{% endif %}
{% include 'includes/footer.html' %}