{% extends 'layout.html.twig' %} {% block body %}

Review & Sign

Review the details below. When ready, click Sign & Publish. Your NIP-07 extension will be used to sign events.

Magazine

Categories

{% if draft.categories is defined and draft.categories|length %}
    {% for cat in draft.categories %}
  1. {{ cat.title }} (slug: {{ cat.slug }})
    {{ cat.summary }}
    Tags: {{ cat.tags is defined and cat.tags|length ? cat.tags|join(', ') : '—' }} {% if cat.articles is defined and cat.articles|length %}
    Articles:
      {% for a in cat.articles %}
    • {{ a }}
    • {% endfor %}
    {% else %}
    No articles yet.
    {% endif %}
  2. {% endfor %}
{% else %}

No categories.

{% endif %}
Show event previews (JSON)

Category events

{{ categoryEventsJson }}

Magazine event

{{ magazineEventJson }}

Final magazine event (with category 'a' tags)


    
Cancel
{% endblock %}