1
0
Fork 0
kostache/templates/layout.mustache

11 lines
171 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
<p>{{>content}}</p>
</body>
</html>