Skip to content
Snippets Groups Projects
default.html 298 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    <!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>