You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
280 B
HTML
12 lines
280 B
HTML
2 years ago
|
<DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>{{ title }}</title>
|
||
|
<meta charset="utf-8">
|
||
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
||
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="content">{{ content }}</div>
|
||
|
</body>
|
||
|
</html>
|