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
402 B
17 lines
402 B
{% extends 'layout.html.twig' %} |
|
|
|
{% block body %} |
|
<h1>Compose Reading List</h1> |
|
|
|
<section> |
|
<twig:ReadingListDraftComponent /> |
|
</section> |
|
{% endblock %} |
|
|
|
{% block aside %} |
|
<div class="mt-2"> |
|
<h1>Search & Add</h1> |
|
<p>Search articles and click “Add to list”.</p> |
|
<twig:SearchComponent :selectMode="true" currentRoute="compose" /> |
|
</div> |
|
{% endblock %}
|
|
|