default.html 518 B

1234567891011121314151617181920212223242526
  1. ---
  2. layout: compress
  3. ---
  4. <!DOCTYPE html>
  5. <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
  6. <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
  7. <!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
  8. {% include head.html %}
  9. <body>
  10. <div class="wrapper">
  11. {% include sidebar.html %}
  12. <div class="main-wrapper">
  13. {{content}}
  14. </div><!--//main-body-->
  15. </div>
  16. {% include footer.html %}
  17. {% include scripts.html %}
  18. </body>
  19. </html>