circuitpython-org/_layouts/default.html
2018-11-07 12:04:04 -06:00

18 lines
250 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="wrapper">
{{ content }}
</div>
<!-- Google Analytics -->
<!-- TODO -->
<!-- End Google Analytics -->
</body>
</html>