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.
 
 
 
 
 
 

10 lines
342 B

<header class="header">
<div class="header__logo"><h1 class="brand"><a href="/">newsroom</a></h1></div>
<div class="header__categories">
<ul>
{% for category in cats %}
<li><twig:Molecules:CategoryLink coordinate="{{ category }}" /></li>
{% endfor %}
</ul>
</div>
</header>