2020-04-21 16:55:06 +02:00
|
|
|
{{- $content := .content -}}
|
2020-02-03 04:46:30 +01:00
|
|
|
|
2020-04-21 16:55:06 +02:00
|
|
|
{{- if .ruby -}}
|
|
|
|
{{- $content = partial "function/ruby.html" $content -}}
|
|
|
|
{{- end -}}
|
2020-02-03 15:56:49 +01:00
|
|
|
|
2020-04-21 16:55:06 +02:00
|
|
|
{{- if .fraction -}}
|
|
|
|
{{- $content = partial "function/fraction.html" $content -}}
|
|
|
|
{{- end -}}
|
2020-03-17 17:52:36 +01:00
|
|
|
|
2020-04-21 16:55:06 +02:00
|
|
|
{{- if .fontawesome -}}
|
|
|
|
{{- $content = partial "function/fontawesome.html" $content -}}
|
|
|
|
{{- end -}}
|
2020-03-17 17:52:36 +01:00
|
|
|
|
2020-02-21 17:34:44 +01:00
|
|
|
{{- $content = partial "function/checkbox.html" $content -}}
|
2020-02-03 04:46:30 +01:00
|
|
|
|
2020-03-08 14:02:21 +01:00
|
|
|
{{- $content = partial "function/escape.html" $content -}}
|
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
{{- return $content -}}
|