mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
17 lines
322 B
HTML
17 lines
322 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="container-lg my-4">
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="markdown-body">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
</div>
|
|
{% include js.html %}
|
|
</body>
|
|
</html>
|