17 lines
294 B
HTML
17 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title> {{ Title }} </title>
|
|
<link href="/index.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<article>
|
|
{{ Content }}
|
|
</article>
|
|
</body>
|
|
|
|
</html>
|