25 lines
468 B
HTML
Raw Normal View History

2016-07-29 10:17:42 +05:30
---
layout: compress
---
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
{% include head.html %}
<body>
2018-07-25 23:01:45 +01:00
<div class="wrapper">
{% include sidebar.html %}
<div class="main-wrapper">
{{content}}
</div><!--//main-body-->
</div>
2016-07-29 10:17:42 +05:30
{% include footer.html %}
2018-07-25 23:01:45 +01:00
2016-07-29 10:17:42 +05:30
{% include scripts.html %}
</body>
</html>