"/>
<%= link "Etusivu", to: Routes.index_path(@conn, :index) %> <%= link "Ohjelma", to: Routes.performance_path(@conn, :index) %> <%= link "Esiintyjät", to: Routes.performer_path(@conn, :index) %> <%= link "Info", to: Routes.page_path(@conn, :info) %> <%= link "Covid-19", to: Routes.page_path(@conn, :covid19) %> <%= link "Ilmoittautuminen", to: Routes.visitor_path(@conn, :new) %>
Runosaari 2021
<%= link "Etusivu", to: "#{Routes.index_path(@conn, :index)}#logo-start" %> <%= link "Ohjelma", to: "#{Routes.performance_path(@conn, :index)}#calendar-start" %> <%= link "Esiintyjät", to: "#{Routes.performer_path(@conn, :index)}#performers-start" %> <%= link "Info", to: "#{Routes.page_path(@conn, :info)}#contact-start" %> <%= link "Covid-19", to: "#{Routes.page_path(@conn, :covid19)}#covid-start" %> <%= link "Ilmoittautuminen", to: "#{Routes.visitor_path(@conn, :new)}#registration-start" %>
<%= get_flash(@conn, :info) %>
<%= get_flash(@conn, :error) %>
<%= @inner_content %>