Packages

Generates nice looking documentation

Current section

Files

Jump to
rebar3_docs priv landing.dtl
Raw

priv/landing.dtl

<html>
{% include "head.dtl" %}
<body>
{{ sidenav|safe }}
<div id="main" class="nav">
<div id="content">
<section id="top-section">
<h1>{{ title }}</h1>
</section>
{{ content|safe }}
</div>
</div>
</body>
</html>