Initial commit

This commit is contained in:
2016-05-21 10:42:57 +01:00
commit a2e3afb01d
1689 changed files with 2262 additions and 0 deletions

17
templates/page.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
{{>head }}
<body>
{{> header }}
<div class="container">
<h2>{{title}}</h2>
<div class="page">
{{{ contents }}}
</div>
</div>
</body>
</html>