Child Navigation

    <% if details.children.any? %> <% details.children.each do |child| %>
  • <%= child.content %>
  • <% end %> <% end %>
<% if defined?(introduction) && introduction.present? %>

Introduction

<%= introduction%>

<% end %> <% if defined?(history) && history.present? %>

History

<%= history%>

<% end %> <% if defined?(practical_information) && practical_information.present? %>

Practical Information

<%= practical_information %>

<% end %> <% if defined?(transport) && transport.present? %>

Transport

<%= transport %>

<% end %> <% if defined?(weather) && weather.present? %>

Weather

<%= weather %>

<% end %> <% if defined?(work_live_study) && work_live_study.present? %>

Work Live Study

<%= work_live_study %>

<% end %>