jinja notation if loop code example Example: jinja if {% if 'priority' in data %} <p>Priority: {{ data['priority'] }}</p> {% endif %}