{% from "components/label/_macro.njk" import onsLabel %}
{{
    onsLabel({
        "text": "Label",
        "for": "some-input",
        "description": "An example description"
    })
}}
