79496156

Date: 2025-03-09 15:42:38
Score: 1
Natty:
Report link

I had this issue because of typing

<body>
    {{body}}
</body>

instead of

<body>
    {{{body}}}
</body>

in views/layouts/main.handlebars

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Programmer54