{% from "components/external-link/_macro.njk" import onsExternalLink %}

<p>
    This is a paragraph of text with a
    {{
        onsExternalLink({
            "url": "#0",
            "text": "link to an external website"
        })
    }}
</p>
