|
@ -41,7 +41,7 @@ import ( |
|
|
type templateContext struct { |
|
|
type templateContext struct { |
|
|
Root http.FileSystem |
|
|
Root http.FileSystem |
|
|
Req *http.Request |
|
|
Req *http.Request |
|
|
Args []interface{} // defined by arguments to .Include
|
|
|
Args []interface{} // defined by arguments to funcInclude
|
|
|
RespHeader tplWrappedHeader |
|
|
RespHeader tplWrappedHeader |
|
|
|
|
|
|
|
|
config *Templates |
|
|
config *Templates |
|
|