Saddle/templates/header.html

9 lines
242 B
HTML

<div id="logo_line">
<object id="logo" title="Saddle Logo" data="/static/saddle.svg"></object>
<h1>Saddle</h1>
</div>
<nav>
<span><a href="{{ url('index') }}">Home</a></span>
<span><a href="{{ url('gallery') }}">Gallery</a></span>
</nav>