blowfish/layouts/partials/functions/content.html
2024-07-08 16:25:27 +08:00

7 lines
No EOL
145 B
HTML

{{- $content := .Content -}}
{{- if .Ruby -}}
{{- $content = partial "functions/ruby.html" $content -}}
{{- end -}}
{{- return $content -}}