%= render 'govuk_publishing_components/components/title', title: GovukPublishingComponents::Config.component_guide_title, margin_top: 0 %> <% unless ENV["MAIN_COMPONENT_GUIDE"] %>
<% if @index_audit_summary[:application_found] %> Warnings: <% if @index_audit_summary[:warning_count] > 0 %> <%= @index_audit_summary[:warning_count] %> <% else %> <%= @index_audit_summary[:warning_count] %> <% end %> Warning details <% else %> Application not found <% end %>
<% end %>Components are packages of template, style, behaviour and documentation that live in your application.
See the govuk_publishing_components gem for further details, or a list of all component guides.
<%= component_doc.description %>
<%= component_doc.description %>
<%= component_doc.description %>
If you cannot find a suitable component consider extending an existing component or creating a new one.