1{{ extends "base.tmpl" }}
2
3{{define "title" -}}WellBinge{{end}}
4
5{{define "content" -}}
6 <h1>WellBinge</h1>
7 <h4>Create positive habits, get reminders, quit addictions.</h4>
8 <center>
9 <a href="/habits" class="button">Start now</a>
10 </center>
11
12{{end}}