momangen/_layouts/default.html
Set Hallstrom 9818d3e357 minor typo
2019-11-25 12:05:43 +01:00

28 lines
603 B
HTML

---
---
<!DOCTYPE html>
<html lang="sv">
<head>
{% include metahead.html %}
{% include matomo.html %}
</head>
<body>
<canvas style="display:none" id="canvas" width="285" height="285"></canvas>
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
<canvas id="canvas2" width="570" height="570">*** YOUR BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
{% include rightnow.html %}
{% include editor-open-closebutton.html %}
{% include hero.html %}
<div id="content">
{{ content }}
</div>
<div id="footer">
{% include footer.html %}
</div>
</body>
</html>