news.tatooine.club/_layouts/default.html

18 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
{% include_cached header.html %}
{% seo %}
</head>
<body>
<main>
{{content}}
</main>
<div class="hr-line"></div>
{% include_cached footer.html %}
<script>{% include app.js %}</script>
</body>
</html>