mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
14 lines
238 B
HTML
14 lines
238 B
HTML
<!doctype html>
|
|
<html class = "no-js" lang="en">
|
|
<head>
|
|
{% include default_head_tags.html%}
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|