mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
10 lines
236 B
HTML
10 lines
236 B
HTML
{{- $content := . -}}
|
|
|
|
{{- $content = partial "function/fontawesome.html" $content -}}
|
|
|
|
{{- $content = partial "function/ruby.html" $content -}}
|
|
|
|
{{- $content = partial "function/checkbox.html" $content -}}
|
|
|
|
{{- $content | safeHTML -}}
|