13 lines
311 B
HTML
13 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ page.title }}</title>
|
|
<link rel="stylesheet" href="/docs/assets/css/law.css">
|
|
</head>
|
|
<body>
|
|
{% include navigation.html %}
|
|
{{ content }}
|
|
{% include footerNavbar.html %}
|
|
</body>
|
|
</html> |