<%= @page_title %>

<%= for {month, items} <- @timeline do %>
month}>

<%= month_name(month) <> ", " <> to_string(@year) %>

<%= for item = %{t: t} <- items do %> <%= if t == :articles do %>

item["slug"]}> <%= item["title"] %>

<% end %> <%= if t == :events do %>

item["slug"]}> <%= item["title"] %>

<%= item["lead"] %>

<%= if item["poster"] do %> item["poster"] <> "?key=poster"} loading="lazy" alt="Affisch" width="200" /> <% end %>
<% end %> <%= if t == :links do %>

<%= item["title"] %>

<%= item["contents"] |> Earmark.as_html!() |> raw %>
<% end %> <%= if t == :albums do %>

<%= @artist %> - <%= csl(@songs) %>, från <%= @album %> (<%= @year %>)

<%= if item["cover"] do %> item["cover"] <> "?key=rectangular"} alt="Skivomslag" loading="lazy" height="75" width="75" /> <% end %>
<% end %> <% end %>
<% end %>