2014-11-30 20:47:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include sidebar.html %}
|
|
|
|
|
|
|
|
<div class="content container">
|
|
|
|
{{ content }}
|
2015-01-01 19:51:56 +00:00
|
|
|
|
2015-01-08 22:01:05 +00:00
|
|
|
{% include foot.html %}
|
2014-11-30 20:47:18 +00:00
|
|
|
</div>
|
|
|
|
|
2015-01-11 21:33:15 +00:00
|
|
|
{% include analytics.html %}
|
2014-11-30 20:47:18 +00:00
|
|
|
</body>
|
|
|
|
</html>
|