GOVUK Tag

An example of the govuk tag component.


  <strong class="govuk-tag">
  prototype
</strong>

{% from "govuk_frontend_jinja/components/tag/macro.html" import govukTag -%}
{{ govukTag({
    "text": "prototype"
}) }}