mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-19 22:41:52 +02:00
7 lines
145 B
HTML
7 lines
145 B
HTML
|
{{- $content := .Content -}}
|
||
|
|
||
|
{{- if .Ruby -}}
|
||
|
{{- $content = partial "functions/ruby.html" $content -}}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{- return $content -}}
|