view test.tmpl @ 9:0a3841171c8f

Add charset tag to html template
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Jun 2020 22:12:32 +0200
parents a5aa39557726
children 1ffe6e4f933c
line wrap: on
line source

<html>
<head>
    <title>{{title}}</title>
    <meta charset="UTF-8">
</head>
<body>
{{{content}}}
</body>
</html>