mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
rename master branch to main
This commit is contained in:
@@ -20,10 +20,10 @@ import (
|
||||
// Pug(embed.FS, ".pug") or Pug(AssetFile(), ".pug") for embedded data.
|
||||
//
|
||||
// Examples:
|
||||
// https://github.com/kataras/iris/tree/master/_examples/view/template_pug_0
|
||||
// https://github.com/kataras/iris/tree/master/_examples/view/template_pug_1
|
||||
// https://github.com/kataras/iris/tree/master/_examples/view/template_pug_2
|
||||
// https://github.com/kataras/iris/tree/master/_examples/view/template_pug_3
|
||||
// https://github.com/kataras/iris/tree/main/_examples/view/template_pug_0
|
||||
// https://github.com/kataras/iris/tree/main/_examples/view/template_pug_1
|
||||
// https://github.com/kataras/iris/tree/main/_examples/view/template_pug_2
|
||||
// https://github.com/kataras/iris/tree/main/_examples/view/template_pug_3
|
||||
func Pug(fs interface{}, extension string) *HTMLEngine {
|
||||
s := HTML(fs, extension)
|
||||
s.name = "Pug"
|
||||
|
||||
Reference in New Issue
Block a user