<% provide(:meta_title, current_organization.name) %> <%= render partial: 'pages/home/hero' %> <% if !translated_attribute(current_organization.description).blank? %> <%= render partial: 'pages/home/sub_hero' %> <% end %> <%= render partial: 'pages/home/highlighted_processes' %> <%= render partial: 'pages/home/extended' %> <% if current_organization.show_statistics? %> <%= render partial: 'pages/home/statistics' %> <% end %> <%= render partial: 'pages/home/footer_sub_hero' %>