mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
15 lines
436 B
HTML
15 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html lang={{ site.lang }}>
|
|
<head>
|
|
{% if layout.legacy_layout %}
|
|
<link rel="stylesheet" href="{{ site.vendor_url }}semantic/semantic.css" type="text/css">
|
|
<link rel="stylesheet" href="{{ site.assets_url }}css/legacy.css" type="text/css">
|
|
{% endif %}
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
{% include new/nav.html %}
|
|
{{ content }}
|
|
{% include new/footer.html %}
|
|
</body>
|
|
</html>
|