Current section
Files
Jump to
Current section
Files
priv/landing.dtl
<html>
{% include "head.dtl" %}
<body>
{{ sidenav|safe }}
<div id="main" class="nav">
<span id="show-nav-button" class="nav" onclick="openNav()">☰</span>
<div id="content">
<section id="top">
<h1>{{ title }}</h1>
</section>
{{ content|safe }}
</div>
</div>
</body>
</html>