DEFRA/ivory-front-office

View on GitHub
server/modules/item/apply-to-register-to-sell-an-item-to-a-museum.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 %}