14 lines
492 B
HTML
14 lines
492 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ page.title }}</title>
|
|
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
|
|
<link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}">
|
|
</head>
|
|
<body>
|
|
{% include navigation.html %}
|
|
{{ content }}
|
|
{% include footerNavbar.html %} {% include socialMedia.html %}
|
|
</body>
|
|
</html> |