Templates and templater, added footer with application data. Fixes #8 and #7.

This commit is contained in:
2018-05-26 13:50:13 +05:00
parent d7e9865c91
commit 342a4d1d7c
24 changed files with 519 additions and 452 deletions

View File

@@ -24,6 +24,11 @@
package context
const (
// Version .
Version = "0.1.1-dev"
)
// New creates new context.
func New() *Context {
return &Context{}