mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
13 lines
182 B
HTML
13 lines
182 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
{% include default_head_tags.html%}
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
</body>
|
|
</html>
|