79282207

Date: 2024-12-15 11:21:12
Score: 0.5
Natty:
Report link

for those looking for a better way you could do this

{% set greet %}
    <strong>hello</strong>
{% endset %}

and use it like this

<div id="1"> {{ greet|raw }} Jeremy</div>
<div id="2"> {{ greet|raw }} Davis</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ismael Lastlevel