all repos — well-binge @ b4291173177530edd2f129bc279049e6d892c30c

Create positive, recurring habits.

templates/index.tmpl (view raw)

 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}}