Answer the question
In order to leave comments, you need to log in
How to format text with html tags in Twig?
There is such a template in the following question
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{title}}</title>
</head>
<body>
{{ content }}
</body>
</html>
<p>Hello World</p>
hello worldand the page source code was like this
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{title}}</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question