|
<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> |