all repos — well-binge @ 534e397c0e1c59345f80638baeb559dca6c2de86

Create positive, recurring habits.

templates/index.tmpl (view raw)

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