Skip to content
Snippets Groups Projects
default.html 727 B
Newer Older
  • Learn to ignore specific revisions
  • Tom Wiesing's avatar
    Tom Wiesing committed
    ---
    layout: compress
    ---
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    <!DOCTYPE html>
    <html lang="en-us">
    
      {% include head.html %}
      
      <body>
        
    
        <header>
          {% include header.html %}
        </header>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        
    
        <main>
          <div class="container" id="body">
              {{ content }}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
          </div>
    
        </main>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        
    
        <footer>
          {% include footer.html %}
        </footer>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
        <!-- And also jQuery -->
        <script src="{{ site.baseurl }}/public/js/{{ site.jquery }}.min.js"></script>
        
        <!-- Materialize javascript components -->
        <script src="{{ site.baseurl }}/public/{{ site.materialize }}/js/materialize.min.js"></script>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        
    
        <!-- and our custom scripts -->
        <script src="{{ site.baseurl }}/public/js/kwarc.js"></script>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        
      </body>
    </html>