Files
opensourcepos/_layouts/default.html
2018-07-21 17:41:49 +02:00

11 lines
180 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>