consoledonottrack.com/_layouts/base.html
2019-11-14 17:43:12 -08:00

12 lines
159 B
HTML

<!DOCTYPE html>
<html lang="en">
<body>
<head>
{% include head.html %}
</head>
<body>
{{ content }}
{% include javascripts.html %}
</body>
</html>