blob: b30bee0dcc85b0de85ffc3f68dae882a86cbd2e4 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
{% include header.html %}
<body>
{% include header-links.html %}
{{ content }}
{% include footer.html %}
</body>
</html>
|