This commit is contained in:
jdl
2024-11-11 06:36:55 +01:00
parent d0587cc585
commit c5419d662e
102 changed files with 4181 additions and 0 deletions

View File

@@ -0,0 +1 @@
{{define "body"}}{{template "bold" .}}{{end}}

View File

@@ -0,0 +1 @@
<p>{{block "body" .}}default{{end}}</p>

View File

@@ -0,0 +1 @@
{{define "body"}}{{join . ","}}{{end}}

View File

@@ -0,0 +1 @@
{{define "body"}}HOME!{{end}}

View File

@@ -0,0 +1 @@
{{define "bold"}}<b>{{.}}</b>{{end}}

View File

@@ -0,0 +1 @@
{{define "italic"}}<i>{{.}}</i>{{end}}