diff --git a/types.go b/types.go index 1c3ea83..27d014b 100644 --- a/types.go +++ b/types.go @@ -11,8 +11,8 @@ type void struct{} // Data is the generic content map passed on to the page template. type Data map[string]interface{} type page struct { + Base string Data - Base string Stylesheet string Title string }
home › develop › 029f95f › aa35990