You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
421 B
19 lines
421 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Home</title>
|
|
<!-- For mobile -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/webResources/styles.css">
|
|
</head>
|
|
<body>
|
|
{% raw homeBody %}
|
|
|
|
<nav>
|
|
{% raw contentList %}
|
|
</nav>
|
|
</body>
|
|
</html>
|
|
|