diff --git a/en/basic.md b/en/basic.md index bc50f593..03612973 100644 --- a/en/basic.md +++ b/en/basic.md @@ -110,7 +110,10 @@ The template also supports simple interpolation. Given the following template: ``` html + {{ title }} + + {{{ meta }}} diff --git a/ru/basic.md b/ru/basic.md index cac87f2e..241e8339 100644 --- a/ru/basic.md +++ b/ru/basic.md @@ -110,7 +110,10 @@ renderer.renderToString(app, (err, html) => { ``` html + {{ title }} + + {{{ meta }}}