version 1 done
This commit is contained in:
commit
59e14ce390
47 changed files with 9188 additions and 0 deletions
14
templates/default-layout-wrapper.hamlet
Normal file
14
templates/default-layout-wrapper.hamlet
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<title>#{pageTitle pc}
|
||||
<meta name="description" content="simple todo app">
|
||||
<meta name="author" content="Stuce">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
^{pageHead pc}
|
||||
<body>
|
||||
^{pageBody pc}
|
||||
Loading…
Add table
Add a link
Reference in a new issue