Escape special char in blueprient field label

I would like to use following blueprint:

foo:
  label: <title>
  type: text

I tried to escape the < with \ but no success so far. :cry:

Untested, but maybe this works:

label: &lt;title&gt;

Yep, thanks it works!