clone of github.com/decent-newsroom/newsroom
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.
 
 
 
 
 
 

13 lines
375 B

{% extends 'layout.html.twig' %}
{% block body %}
<section class="d-flex gap-3 center ln-section--newsstand mb-3">
<div class="container mt-5 mb-5">
<h1>Hot</h1>
<p class="eyebrow">off the presses</p>
</div>
</section>
<div class="w-container">
<twig:Organisms:CardList :list="latest" />
</div>
{% endblock %}