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.
14 lines
345 B
14 lines
345 B
{% extends 'layout.html.twig' %} |
|
|
|
{% block nav %} |
|
{% endblock %} |
|
|
|
{% block body %} |
|
<section class="d-flex gap-3 center ln-section--newsstand mb-5"> |
|
<div class="container mb-5 mt-5"> |
|
<h1>Discover</h1> |
|
<p class="eyebrow">hidden gems</p> |
|
</div> |
|
</section> |
|
<twig:SearchComponent /> |
|
{% endblock %}
|
|
|