%= include '_history_months', current => "${year}/${month}";
<%= stash('month_name') %> <%= stash('year') %>
% if (stash('statistics')) {
%= include '_history_stats', stats => stash('statistics');
% }
% if (stash('journeys')) {
%= include '_history_trains', date_format => '%d.%m.', journeys => stash('journeys');
% }