Initial commit
This commit is contained in:
17
templates/page.html
Normal file
17
templates/page.html
Normal 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>
|
Reference in New Issue
Block a user