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
19 lines
601 B
<div id="menu"> |
|
<nav> |
|
<ul> |
|
<li><a href="{{ url_for('index', _external=False) }}">Latitud Plateform</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>
|
|
|