Format templates
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
{{ if $first }}
|
||||
{{ partial "paige/header-first.html" $page }}
|
||||
{{ end }}
|
||||
|
||||
{{ if $menu }}
|
||||
{{ partial "paige/menu.html" $page }}
|
||||
{{ end }}
|
||||
|
||||
{{ if $last }}
|
||||
{{ partial "paige/header-last.html" $page }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user