summaryrefslogblamecommitdiff
path: root/_layouts/default.html
blob: 8fb910fa08874d29c334735beac4df36b03ce9f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
                     
 


                             
 
        
 


                        
 
                             
 
         

       
<!DOCTYPE html>
  <html lang="en-US">

  <head>
    {% include header.html %}
  </head>

  <body>

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

    {% include footer.html %}

  </body>

</html>