Skip to content
Snippets Groups Projects
default.html 298 B
<!DOCTYPE html>
<html lang="en-us">

  {% include head.html %}

  <body class="theme-base-odk">

    {% include sidebar.html %}

    <div class="content container">
      {{ content }}
    </div>

  </body>
<!--
     Built: {{ site.time }}
     Commit: {{ site.github.build_revision }}
-->
</html>