26 lines
482 B
HTML
Raw Permalink Normal View History

2016-07-29 10:17:42 +05:30
---
2019-03-28 19:49:46 +05:30
#Add "layout: compress" here to compress the html code
2016-07-29 10:17:42 +05:30
---
<!DOCTYPE html>
2019-03-28 19:49:46 +05:30
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
2016-07-29 10:17:42 +05:30
{% include head.html %}
<body>
2018-07-25 23:01:45 +01:00
<div class="wrapper">
{% include sidebar.html %}
2018-07-29 13:22:23 +01:00
2018-07-25 23:01:45 +01:00
<div class="main-wrapper">
2018-07-29 13:22:23 +01:00
{{ content }}
</div>
2018-07-25 23:01:45 +01:00
</div>
2018-07-29 13:22:23 +01:00
{% include footer.html %}
2018-07-25 23:01:45 +01:00
2016-07-29 10:17:42 +05:30
{% include scripts.html %}
</body>
2018-07-29 13:22:23 +01:00
</html>
2016-07-29 10:17:42 +05:30