How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
How to render comments from QWeb template to the page of website?
That page contain like:
<!-- BlaBlaBla -->
After some experiment I found solution:
<t t-set="start_comment"><!--</t>
<t t-set="end_comment">--></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
<t t-raw="start_comment"></t>BlaBlaBla<t t-raw="end_comment"></t>
Will render:
<!--BlaBlaBla-->
<!--BlaBlaBla-->
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Jan 19
|
10401 | |||
|
0
Dec 24
|
2766 | |||
|
0
Dec 24
|
2501 | |||
|
2
Mar 26
|
5553 | |||
|
2
Mar 22
|
13901 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.