blob: bd16969f93d3d89dbb8aac4d03b3b3f14a53169f (
plain)
1
2
3
4
5
6
7
8
9
10
|
$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}
|