summaryrefslogblamecommitdiff
path: root/_layouts/default.html
blob: 5f80b43eeaf075c110eca1dcc1115a960059012b (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 }}
      {% include footer.html %}
    </div>

  </body>

</html>