DEFRA/ivory-front-office

View on GitHub
server/modules/item/apply-for-an-rmi-certificate.njk

Summary

Maintainability
Test Coverage
{% extends 'two-thirds-layout.njk' %}{% from "inset-text/macro.njk" import govukInsetText %}

{% block formContent %}

  {{ govukInsetText({
    text: "Contact Animal and Plant Health Agency (APHA)"
  }) }}

  {% block continueButton %}{# Continue button not required here #}{% endblock %}

{% endblock %}