surwiki/templates/layout.html

10 lines
97 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
{{{body}}}
</body>
</html>