15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
|
|
{{ define "title" }}
|
|
Index
|
|
{{ end }}
|
|
|
|
{{ define "main" }}
|
|
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white">
|
|
Index
|
|
</h1>
|
|
<div>
|
|
<a href="/login">Login</a>
|
|
</div>
|
|
|
|
{{ end }}
|