all repos — well-binge @ f57a55bbacf624b72827d15dc12081258118746b

Create positive, recurring habits.

templates/index.tmpl (view raw)

1{{ extends "base.tmpl" }}
2
3{{define "title" -}}Auth boilerplate{{end}}
4
5{{define "content" -}}
6	<h1>Auth boilerplate</i>!</h1> 
7    <p>This page is accessible to anyone.</p>
8    <a href="/profile" class="button">Start</a>
9{{end}}