You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
530 B
17 lines
530 B
{% extends 'layout.html.twig' %} |
|
|
|
{% block body %} |
|
<section class="d-flex gap-3 center ln-section--newsstand"> |
|
<div class="container mt-3 mb-3"> |
|
<h1>Compose Reading List</h1> |
|
</div> |
|
</section> |
|
|
|
<section class="d-flex flex-row gap-3"> |
|
<twig:ReadingListDraftComponent /> |
|
<div class="mt-3"> |
|
<p>Search articles and click “Add to list”.</p> |
|
<twig:SearchComponent :selectMode="true" currentRoute="compose" /> |
|
</div> |
|
</section> |
|
{% endblock %}
|
|
|