hugo/tpl/internal/go_templates/htmltemplate
Bjørn Erik Pedersen 1cf235412f
tpl: Put Go's internal template funcs in Hugo's map
```
name                            old time/op    new time/op    delta
SiteNew/Many_HTML_templates-16    43.4ms ± 0%    42.7ms ± 0%  -1.71%  (p=0.016 n=4+5)

name                            old alloc/op   new alloc/op   delta
SiteNew/Many_HTML_templates-16    17.5MB ± 0%    17.5MB ± 0%    ~     (p=0.690 n=5+5)

name                            old allocs/op  new allocs/op  delta
SiteNew/Many_HTML_templates-16      247k ± 0%      247k ± 0%    ~     (p=0.310 n=5+5)
```

Fixes #6717
2020-01-07 13:18:19 +01:00
..
attr.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
attr_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
clone_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
content.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
content_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
context.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
css.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
css_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
delim_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
doc.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
element_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
error.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
escape.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
escape_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
example_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
examplefiles_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
html.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
html_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
hugo_template.go tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
js.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
js_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
jsctx_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
state_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
template.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
template_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
transition.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
transition_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
url.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
url_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
urlpart_string.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00