Примеру у меня есть html шаблон:
<html>
<head>
<title>${title}</title>
</head>
<body>
<p>${description}</p>
<p>${footer}</p>
</body>мне приходит какой-то JSON:
{
"title": "My title",
"description": "Some description goes here",
"footer": "email footer"
} нужно что то типа .render(template, json)
Levsha
Обсуждают сегодня