I pass on the text to the page:
router.get('/', function (req, res, next) { res.render("main/index", { title: 'Drak'thul' }); But it does this:
Drak'thul An EJS template is:
<%= title %> How to fix?
Source: https://ru.stackoverflow.com/questions/500650/
All Articles
title: 'Drak\'thul'- mix