18 lines
307 B
HTML
18 lines
307 B
HTML
<!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 }}
|
|
|
|
{% include foot.html %}
|
|
</div>
|
|
|
|
{% include analytics.html %}
|
|
</body>
|
|
</html>
|