cv/_layouts/default.html

13 lines
242 B
HTML
Raw Permalink Normal View History

2023-11-26 22:17:17 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
{% include navigation.html %}
{{ content }}
</body>
</html>