2016-07-29 00:47:42 -04:00
|
|
|
---
|
|
|
|
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 18:01:45 -04:00
|
|
|
<div class="wrapper">
|
|
|
|
{% include sidebar.html %}
|
2018-07-29 08:22:23 -04:00
|
|
|
|
2018-07-25 18:01:45 -04:00
|
|
|
<div class="main-wrapper">
|
2018-07-29 08:22:23 -04:00
|
|
|
{{ content }}
|
|
|
|
</div>
|
2018-07-25 18:01:45 -04:00
|
|
|
</div>
|
|
|
|
|
2018-07-29 08:22:23 -04:00
|
|
|
{% include footer.html %}
|
2018-07-25 18:01:45 -04:00
|
|
|
|
2016-07-29 00:47:42 -04:00
|
|
|
{% include scripts.html %}
|
|
|
|
</body>
|
2018-07-29 08:22:23 -04:00
|
|
|
|
|
|
|
</html>
|
2016-07-29 00:47:42 -04:00
|
|
|
|