her.esy.fun/templates/main.mustache

10 lines
140 B
Plaintext
Raw Normal View History

2020-06-22 21:01:47 +00:00
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<h1> {{title}} </h1>
{{{ body }}}
</body>
</html>