Documentation
¶
Overview ¶
Jade Template Engine library is implemented by [@Joker](https://github.com/Joker) and repository is here https://github.com/Joker/jade.
This library is pluggable integration piece for aah Go web framework.
Index ¶
Constants ¶
View Source
const Version = "1.0.2"
Version is Pug view engine version number.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PugViewEngine ¶
type PugViewEngine struct {
*view.EngineBase
}
PugViewEngine formerly know as Jade.
func (*PugViewEngine) Init ¶
func (e *PugViewEngine) Init(appCfg *config.Config, baseDir string) error
Init method initializes Pug (jade) view engine with given aah application config and application views base directory.
Click to show internal directories.
Click to hide internal directories.