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