lieu/html/index.html

13 wiersze
431 B
HTML
Czysty Zwykły widok Historia

{{ template "head" . }}
{{ template "nav" . }}
<div class="lieu-container">
<h2>
<strong>Lieu</strong> the search for the new—endless
</h2>
<form class="search-container">
<input type="search" required minlength="1" name="q" placeholder="tracking" value="{{ .Data.Query }}" class="search-box">
<button type="submit" class="search-button"></button>
</form>
</div>
{{ template "footer" . }}