1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/_layouts/default.html

17 lines
322 B
HTML

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
{% include head.html %}
<body>
<div class="container-xl my-4">
{% include header.html %}
<div class="markdown-body">
{{ content }}
</div>
{% include footer.html %}
</div>
{% include js.html %}
</body>
</html>