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>
|
2022-08-08 15:23:04 +05:30
|
|
|
<div class="wrapper">
|
2018-07-25 23:01:45 +01:00
|
|
|
{% 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
|
|
|
|