{# NIP-68 Picture Event (kind 20) #}
{# Title tag #} {% set title = null %} {% for tag in event.tags %} {% if tag[0] == 'title' %} {% set title = tag[1] %} {% endif %} {% endfor %} {% set isEmbed = false %} {% if embed is defined and embed %} {% set isEmbed = true %} {% endif %} {% if title %}

{{ title }}

{% endif %} {# Content warning #} {% set contentWarning = null %} {% for tag in event.tags %} {% if tag[0] == 'content-warning' %} {% set contentWarning = tag[1] %} {% endif %} {% endfor %} {% if contentWarning %}
⚠️ Content Warning: {{ contentWarning }}