aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.json
blob: e1203cc3636eebac7f13f443ff127ab00249beb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $modified := partial "function-page-modified.html"
  (dict
    "Context" .
    "Disable" true
  )
-}}

{{- if $modified -}}
  {{- block "main" . -}}
    "Silence is golden."
  {{- end -}}
{{- end -}}