Skip to content
Snippets Groups Projects
default.html 271 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html lang="{{ page.lang }}">
    
      {% include head.html %}
    
      <body>
    
        {% include header.html %}
    
        <div class="page-content">
          <div class="wrapper">
            {{ content }}
          </div>
        </div>
    
        {% include footer.html %}
    
      </body>
    
    </html>