funcmap

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

提供常用的 html/template 函数

Index

Constants

This section is empty.

Variables

View Source
var RawFuncMap = template.FuncMap{
	"rawHTML":     rawHTML,
	"rawHTMLAttr": rawHTMLAttr,
	"rawCSS":      rawCSS,
	"rawJS":       rawJS,
	"rawJSStr":    rawJSStr,
	"rawURL":      rawURL,
}

提供常用的 html/template 函数 RawFuncMap 为 html/template.FuncMap 类型 里面提供了 rawHTML, rawHTMLAttr, rawCSS, rawJS, rawJSStr, rawURL 函数, 这些函数可以在模板中应用, 如 {{rawHTML `<br>`}}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL