clckwrks-theme-bootstrap-0.4.3.5: simple bootstrap based template for clckwrks
Safe HaskellNone
LanguageHaskell2010

Theme

Synopsis

Documentation

genNavBar :: GenXML (Clck ClckURL) Source #

function te generate the navigation bar

navBarHTML Source #

Arguments

:: Text

brand

-> Bool

enable OpenId

-> NavBar

navigation bar links

-> GenXML (Clck ClckURL) 

helper function to generate a navigation bar from the navigation bar data

defaultTemplate Source #

Arguments

:: (EmbedAsChild (ClckT ClckURL (ServerPartT IO)) headers, EmbedAsChild (ClckT ClckURL (ServerPartT IO)) body) 
=> Text

title to stick in <title> tag

-> headers

extra values to stick in <head> tag

-> body

value to stick in <body> tag

-> XMLGenT (ClckT ClckURL (ServerPartT IO)) XML 

default template for this theme

defaultStyle :: ThemeStyle Source #

default ThemeStyle for this theme