config for removing capture stmts

This commit is contained in:
Karen Bradshaw
2020-05-28 16:33:14 -04:00
parent cc45193ff7
commit 1502e0281d
4 changed files with 96 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<!-- heading -->
{{- $heading := .Get 0 -}}
{{- $heading := printf "%s_heading" $heading -}}
{{- T $heading | safeHTML -}}