Fix closing tag

This commit is contained in:
Seonghyeon Cho
2022-01-12 16:14:53 +09:00
committed by GitHub
parent 1853a1fbaa
commit 788601d1c2
+1 -1
View File
@@ -178,7 +178,7 @@ Object ctx = new Object() {
};
};
// template might look something like:
<h2>{{#i18n}}title{{/i18n}</h2>
<h2>{{#i18n}}title{{/i18n}}</h2>
{{#i18n}}welcome_msg{{/i18n}}
```