2022-08-08 15:23:04 +05:30
|
|
|
---
|
|
|
|
#Add "layout: compress" here to compress the html code
|
|
|
|
---
|
|
|
|
|
|
|
|
<!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 %}
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2022-08-08 15:42:14 +05:30
|
|
|
.wrapper {
|
|
|
|
max-width: unset !important;
|
|
|
|
}
|
2022-08-08 15:23:04 +05:30
|
|
|
</style>
|
|
|
|
<body>
|
2022-08-08 15:42:14 +05:30
|
|
|
<div class="wrapper">
|
2022-08-08 15:23:04 +05:30
|
|
|
{% include sidebar.html %}
|
|
|
|
|
|
|
|
<div class="main-wrapper">{{ content }}</div>
|
|
|
|
</div>
|
|
|
|
{% include scripts.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|