prettier-plugin-askama-temp.../test/cases/statement_if_else_2/input.html
2023-01-06 17:32:27 +01:00

5 lines
No EOL
146 B
HTML

<body>
{% if href in ['layout.html', 'index.html, 'about.html', 'user.html'] %}
<h1>{{title}}</h1>{%else%}<h2>{{title}}</h2>
{% endif %}
</body>