2016-05-21 09:42:57 +00:00
|
|
|
<!DOCTYPE html>
|
2017-09-02 11:57:09 +00:00
|
|
|
<html lang="en">
|
2016-05-21 09:42:57 +00:00
|
|
|
|
|
|
|
{{>head }}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{{> header }}
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="page">
|
2016-05-27 15:23:07 +00:00
|
|
|
<h2>{{title}}</h2>
|
2016-05-21 09:42:57 +00:00
|
|
|
{{{ contents }}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|