all repos — well-binge @ c54c853f0992ba1c02d4023e77965d844a5091b5

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