The source for the site at www.nthall.com
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
296 B

<header>
<div class="title-wrap">
<h1>Noah Hall</h1>
<ul class="menu">
{% for label, path in theme.menu %}
<li class="menu-item {% if is_current(path) %}current{% endif %}"><a href="{{ url_for(path) }}">{{ label }}</a></li>
{% endfor %}
</ul>
</div>
</header>