robertjohnson.work/_layouts/default.html

26 lines
475 B
HTML
Raw Normal View History

2016-07-29 00:47:42 -04:00
---
2019-03-28 10:19:46 -04:00
#Add "layout: compress" here to compress the html code
2016-07-29 00:47:42 -04:00
---
<!DOCTYPE html>
2019-03-28 10:19:46 -04:00
<!--[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 00:47:42 -04:00
{% include head.html %}
<body>
2022-08-08 05:45:02 -04:00
<div class="">
2018-07-25 18:01:45 -04:00
{% 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