Skip to content

orian/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

A Golang html/template wrapper to allow lazy loading of templates.

It's a drop in replacement for a simple use cases of html/template package. Just replace import by:

import "github.com/orian/template"

and later turn the debug mode:

template.Debug = true

It was a quick experiment when I was playing with some simple webapp written in Go.

About

A Golang html/template wrapper to allow lazy loading of templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages