hugo/tpl
Joe Mooring 0b976d2b40 tpl/tplimpl: Allow alternate comment syntax
Allow alternate comment syntax before block definitions:

{{/* foo */}}
{{- /* foo */}}
{{- /* foo */ -}}

Fixes #10495
2022-12-04 09:25:51 +01:00
..
cast
collections tpl/collections: Fix some index cases where the indices given is a slice and be more lenient with nil inputs 2022-12-03 11:54:33 +01:00
compare Fix raw TOML dates in where/eq 2022-06-07 13:02:58 +02:00
crypto
data
debug tpl: Use consistent delimiter spacing in examples 2022-11-25 09:54:35 +01:00
diagrams tpl: Misco GoDoc improvements 2022-12-03 11:54:33 +01:00
encoding tpl/encoding: Add noHTMLEscape option to jsonify 2022-10-24 17:21:42 +02:00
fmt
hugo
images
inflect
internal tpl: Misco GoDoc improvements 2022-12-03 11:54:33 +01:00
js
lang
math tpl: Use consistent delimiter spacing in examples 2022-11-25 09:54:35 +01:00
openapi/openapi3
os
partials
path tpl: Use consistent delimiter spacing in examples 2022-11-25 09:54:35 +01:00
reflect
resources resources/tpl: Add a test for resources.Get 2022-11-17 18:09:54 +01:00
safe
site
strings tpl: Use consistent delimiter spacing in examples 2022-11-25 09:54:35 +01:00
templates
time
tplimpl tpl/tplimpl: Allow alternate comment syntax 2022-12-04 09:25:51 +01:00
transform tpl: Use consistent delimiter spacing in examples 2022-11-25 09:54:35 +01:00
urls
template.go
template_info.go
template_test.go