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.
 
 
 
 

19 lines
601 B

<div id="menu">
<nav>
<ul>
<li><a href="{{ url_for('index', _external=False) }}">Latitude Platform</a></li>
<li><a href="#" class="info">Info</a></li>
{% if news %}
<li><a href="#" class="news">News</a></li>
{% endif %}
<li>
<span id="search-box">
<form action="{{ url_for('index', _external=False) }}search" method="POST">
<input type="text" name="query" placeholder="Search">
</li>
</form>
</span>
</ul>
</nav>
</div>