diff --git a/src/Foundation.hs b/src/Foundation.hs index b29f42d2a..4827ad443 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -439,6 +439,8 @@ instance Yesod UniWorX where navbar = $(widgetFile "widgets/navbar") asidenav :: Widget asidenav = $(widgetFile "widgets/asidenav") + contentHeadline :: Maybe String + contentHeadline = Just "Some Headline" -- should be coming from the currently viewed page breadcrumbs :: Widget breadcrumbs = $(widgetFile "widgets/breadcrumbs") pageactionprime :: Widget diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index b628912f0..99b24bfca 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -13,6 +13,11 @@ $with status2 <- bool status "info" (status == "")