new-tab-page/_layouts/default.html

16 lines
215 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<h1>{{ page.title }}</h1>
{{ content }}
</body>
</html>