Govspeak content example
  
  
Legislative lists
Example taken from GOV.UK Immigration rules
How it looks (preview)
- 6.2. In these rules:
    
- (a) references to primary and secondary legislation refers to that legislation as amended from time to time; and
 - (b) unless the contrary intention appears, the following definitions apply:
 
 
How to call this example
<%= render "govuk_publishing_components/components/govspeak", {} do %>
  <ol class="legislative-list">
  <li>6.2. In these rules:
    <ol>
      <li>(a) references to primary and secondary legislation refers to that legislation as amended from time to time; and</li>
      <li>(b) unless the contrary intention appears, the following definitions apply:</li>
    </ol>
  </li>
</ol>
<% end %>