mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
12 lines
296 B
HTML
12 lines
296 B
HTML
{{- $content := . -}}
|
|
|
|
{{- $content = partial "function/fontawesome.html" $content -}}
|
|
|
|
{{- $content = partial "function/ruby.html" $content -}}
|
|
|
|
{{- $content = partial "function/checkbox.html" $content -}}
|
|
|
|
{{- $content = partial "function/escape.html" $content -}}
|
|
|
|
{{- $content | safeHTML -}}
|