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

Review & Sign Reading List

{% if not is_granted('ROLE_USER') %}

A Nostr identity is required so publish the list.

{% endif %}

Review your reading list. When ready, click Sign & Publish. Your NIP-07 extension or signer will be used to sign the event.

Reading List

{% if draft.articles is defined and draft.articles|length %}
Articles: {{ draft.articles|length }} {% if draft.articles|length > 0 %} {% else %}
No articles yet.
{% endif %}
{% else %}
No articles yet.
{% endif %}
Cancel

Event preview


    
{% endblock %}