template reorg
This commit is contained in:
parent
ecd63e2981
commit
c0ca6f44ac
6 changed files with 49 additions and 51 deletions
|
@ -61,11 +61,10 @@ instance Yesod WebApp where
|
|||
page <- widgetToPageContent $ do
|
||||
addStylesheet $ StaticR css_bootstrap_css
|
||||
addStylesheet $ StaticR css_bootstrap_responsive_css
|
||||
addStylesheet $ StaticR css_webapp_css
|
||||
addScript $ StaticR jquery_full_js
|
||||
addScript $ StaticR js_bootstrap_dropdown_js
|
||||
addScript $ StaticR js_bootstrap_alert_js
|
||||
$(widgetFile "default-layout")
|
||||
$(widgetFile "page")
|
||||
hamletToRepHtml $(hamletFile $ hamletTemplate "bootstrap")
|
||||
|
||||
{- Require an auth token be set when accessing any (non-static route) -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue