comparison 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
comparison
equal deleted inserted replaced
7:a5aa39557726 9:0a3841171c8f
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>{{title}}</title> 3 <title>{{title}}</title>
4 <meta charset="UTF-8">
4 </head> 5 </head>
5 <body> 6 <body>
6 {{{content}}} 7 {{{content}}}
7 </body> 8 </body>
8 </html> 9 </html>