blowfish/layouts/partials/functions/content.html

7 lines
145 B
HTML
Raw Normal View History

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