Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = render.Options{ Directory: "templates", Layout: "application", Extensions: []string{".tmpl", ".html"}, Charset: "UTF-8", IndentJSON: true, IndentXML: true, PrefixXML: []byte("<?xml version='1.0' encoding='UTF-8'?>"), HTMLContentType: "application/xhtml+xml", IsDevelopment: true, UnEscapeHTML: true, StreamingJSON: true, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.