prettier-plugin-askama-temp.../test/cases/statement_broken/input.html
2022-11-18 20:05:06 +01:00

8 lines
No EOL
127 B
HTML

<body>
<h1>{{title}}</h1>
{%else if href == "random.html" %}
<h2>{{title}}</h2>
{%else%}
<h3>{{title}}</h3>
{% endif %}
</body>