1
0
Fork 0

Unescape variables in events and descriptions

This commit is contained in:
Hypolite Petovan 2018-12-14 01:24:26 -05:00
commit 698d12af79
9 changed files with 11 additions and 11 deletions

View file

@ -4,6 +4,6 @@
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description}}</p>
<p>{{$description nofilter}}</p>
</body>
</html>