7f3b633aa0
This commit converts content and layout to use Hugo.
6 lines
181 B
HTML
6 lines
181 B
HTML
{{- $id := .Get 0 -}}
|
|
{{- if not $id -}}
|
|
{{- errorf "missing id in capture" -}}
|
|
{{- end -}}
|
|
{{- $capture_id := printf "__cid_%s" $id -}}
|
|
{{- .Page.Scratch.Set $capture_id .Inner -}} |