14 lines
354 B
HTML
14 lines
354 B
HTML
{{- $content := . -}}
|
|
|
|
{{- $content = partial "function/ruby.html" $content -}}
|
|
|
|
{{- $content = partial "function/fraction.html" $content -}}
|
|
|
|
{{- $content = partial "function/fontawesome.html" $content -}}
|
|
|
|
{{- $content = partial "function/checkbox.html" $content -}}
|
|
|
|
{{- $content = partial "function/escape.html" $content -}}
|
|
|
|
{{- return $content -}}
|