diff --git a/templates/layout.html b/templates/layout.html index c93d511..b2d48cf 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -263,7 +263,9 @@
- {{ template "sidebar" . }} + {{ block "sidebar" . }} + + {{end}}
{{ template "content" . }}