summaryrefslogtreecommitdiff
path: root/templates/default-layout.hamlet
blob: e07addc8e0c4996e11a0df650a445dee6d2ce0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
$doctype 5
<html>
  <head>
    <title>#{baseTitle webapp} #{pageTitle page}
    <link rel="icon" href=@{StaticR favicon_ico} type="image/x-icon">

    ^{pageHead page}
  <body>
      $maybe msg <- mmsg
        <div #message>#{msg}
      ^{pageBody page}