layout.4.html 637 B

12345678910111213141516171819202122232425262728
  1. ---
  2. layout: base.html
  3. ---
  4. <!-- content -->
  5. <div id="content" class="app-content box-shadow-z0" role="main">
  6. <div class="app-header navbar-md white box-shadow">
  7. <div ui-include="'../views/blocks/header.4.html'"></div>
  8. </div>
  9. <div ui-view class="app-body" id="view">
  10. <!-- ############ PAGE START-->
  11. {{> body}}
  12. <!-- ############ PAGE END-->
  13. </div>
  14. <div class="dark dk pos-rlt">
  15. <div class="p-md">
  16. <div ui-include="'../views/blocks/footer.1.html'"></div>
  17. </div>
  18. </div>
  19. </div>
  20. <!-- / -->
  21. <!-- theme switcher -->
  22. <div id="switcher">
  23. {{>switcher.html}}
  24. </div>
  25. <!-- / -->