{% 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') %} {% else %} {% endif %} {% endif %}

Meme ID: {{ meme }}

Title: {{ meme.title }}

Description: {{ meme.description }}

Poster Address: {{ meme.user.handle }}

{% if meme.user.wownero_address %}

Wownero Address: {{ meme.user.wownero_address }}

{% endif %} {% if meme.meta_ipfs_hash %}

Meta IPFS: {{ meme.meta_ipfs_hash }}

{% endif %} {% if meme.meme_ipfs_hash %}

Meme IPFS: {{ meme.meme_ipfs_hash }}

{% endif %}

WOW Tips: ?

WOWX Tips: ?

AVAX Tips: ?

{% if not meme.approved %}
{% else %}
{% endif %}
{% endif %}
{% include 'includes/footer.html' %} {% if meme.approved %} {% endif %}