refactor
This commit is contained in:
parent
3bd354ab84
commit
59733456ed
15 changed files with 129 additions and 172 deletions
|
@ -3,12 +3,12 @@ $doctype 5
|
|||
<head>
|
||||
<title>
|
||||
$maybe reldir <- relDir webapp
|
||||
#{reldir} #{pageTitle page}
|
||||
#{reldir} #{pageTitle pageinfo}
|
||||
$nothing
|
||||
#{pageTitle page}
|
||||
#{pageTitle pageinfo}
|
||||
<link rel="icon" href=@{StaticR favicon_ico} type="image/x-icon">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
^{pageHead page}
|
||||
^{pageHead pageinfo}
|
||||
<body>
|
||||
^{pageBody page}
|
||||
^{pageBody pageinfo}
|
||||
<div #modal></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue