aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-content.html
blob: be33ba04226b1fb02ca273482933ae25bff1821f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{- $content := . -}}

{{-
  $content = $content |
    replaceRE "<p><figure>"   "<figure>"  |
    replaceRE "<p>\n<figure>" "<figure>"  |
    replaceRE "</figure></p>" "</figure>" |
-}}

{{- if eq (len $content) 0 -}}
 {{- $content = partial "function-strings.html" "messageNoContent" -}}
{{- end -}}

{{- return $content -}}