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.
25 lines
706 B
25 lines
706 B
{% extends 'layout.html.twig' %} |
|
|
|
{% block body %} |
|
<section class="d-flex gap-3 center ln-section--newsstand"> |
|
<div class="container mt-5 mb-5"> |
|
<h1>Newsstand</h1> |
|
<p class="eyebrow">for the digital age</p> |
|
</div> |
|
</section> |
|
<section class="mb-5"> |
|
<twig:Organisms:ZineList /> |
|
</section> |
|
|
|
<section class="d-flex gap-3 center ln-section--newsstand"> |
|
<div class="container mt-5 mb-5"> |
|
<h1>More magazines soon</h1> |
|
<p class="eyebrow">this is only the beginning</p> |
|
</div> |
|
</section> |
|
{% endblock %} |
|
|
|
{% block aside %} |
|
{# <h6>Lists</h6>#} |
|
{# <twig:Organisms:ReadingListList />#} |
|
{% endblock %}
|
|
|