all repos — well-binge @ 527bc0d67ffcc6df6b6ed3188b096fb2a5bd48e9

Create positive, recurring habits.

templates/index.tmpl (view raw)

 1{{ extends "base.tmpl" }}
 2
 3{{define "title" -}}Well-Binge{{end}}
 4
 5{{define "content" -}}
 6	<h1>Well-Binge</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}}