templates_devel.go 96 B

12345678
  1. // +build devel
  2. package main
  3. func init() {
  4. // load templates from disk
  5. development = true
  6. }