LoveIt/layouts/partials/function/content.html

20 lines
471 B
HTML
Raw Normal View History

{{- $content := .content -}}
{{- if .ruby -}}
{{- $content = partial "function/ruby.html" $content -}}
{{- end -}}
2020-02-03 15:56:49 +01:00
{{- if .fraction -}}
{{- $content = partial "function/fraction.html" $content -}}
{{- end -}}
{{- if .fontawesome -}}
{{- $content = partial "function/fontawesome.html" $content -}}
{{- end -}}
{{- $content = partial "function/checkbox.html" $content -}}
{{- $content = partial "function/escape.html" $content -}}
{{- return $content -}}