1👍
✅
For example like this:
<header class="{% if a_flag %}something{% else %}somethingelse{% endif %}">
<div>....</div>
</header>
where a_flag is a variable in the current context.
Source:stackexchange.com