safing-web/_layouts/page.html
2019-11-25 18:24:51 +01:00

18 lines
523 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 %}
{% if page.include_mission %}
{% include new/mission.html %}
{% endif %}
{{ content }}
{% include new/footer.html %}
</body>
</html>