aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.txt
blob: c354667bada2ba9c81eae54f5ad7b4a11b5821c8 (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 -}}