gpx-download/templates/index.templ

14 lines
No EOL
278 B
Text

package templates
templ Index(baseParams BaseTemplateParams) {
@BaseTemplate(baseParams) {
<div id="main">
<h1>GPX downloader</h1>
<form method="post" action="/fetch">
<input name="url" required />
<button type="submit">Fetch</button>
</form>
</div>
}
}