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

📚 Add Article to Reading List

Article coordinate:
{{ coordinate }}
{# Create new list option #} {# Existing lists #} {% if availableLists is not empty %} {% for list in availableLists %} {% endfor %} {% endif %}
Cancel
After adding, you'll be taken to the compose page where you can add more articles or publish your list.
{% endblock %}