all repos — auth-boilerplate @ 183cedb78911fa8dfa5c9831a6a010a0c8a805a1

A simple Go web-app boilerplate.

templates/auth.tmpl (view raw)

1{{ extends "base.tmpl" }}
2
3{{define "content" -}}
4<center>
5{{block "auth" .}}
6        <h1>Auth template</h1>
7{{end}}
8</center>
9{{end}}