{% match error %}
{% when Some with (val) %}
{{ val }}
{% when None %}
{% match note %}
{% when Some with (val) %}
{{ val }}
{% when None %}
{% endmatch %}
{% endmatch %}