her.esy.fun/templates/main.mustache
Yann Esposito (Yogsototh) e5d9673fc4
right track
2020-06-22 23:01:47 +02:00

10 lines
140 B
Plaintext

<html>
<head>
<title>{{title}}</title>
</head>
<body>
<h1> {{title}} </h1>
{{{ body }}}
</body>
</html>