default.html 379 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. {% include head.html %}
  4. <body <body class="topBarDisabled">
  5. <div class="container-fluid">
  6. {% include header.html %}
  7. <div class="post p2 p-responsive wrap" role="main">
  8. <div class="measure">
  9. {{ content }}
  10. </div>
  11. </div>
  12. </div>
  13. <hr/>
  14. {% include footer.html %}
  15. </body>
  16. </html>