Yesterday's Tomorrows

Semper Contemporarius
${date}
% for entry in news:
% if entry.img != " ": img % endif
${entry.title}
${entry.source}
${entry.summary}
${entry.svg}
% endfor

Weather

<% daycount = 0 curr_day = "Today" %>
Today
% for period in forecast: % if daycount <= 4: % if period["day"] != curr_day:
${period["day"]}
% endif <% if forecast[loop.index]["day"] != curr_day: daycount += 1 curr_day = forecast[loop.index]["day"] %>

${period["period"]}

${period["mintemp"]} – ${period["maxtemp"]}

% endif % endfor
% if len(inbox) > 0:

Post

% for msg in inbox:
${msg["fromname"]} ${msg["fromaddr"]}
${msg["subject"]}
${msg["date"]}
read
delete
mark as spam
${msg["sp_bc"]}
${msg["d_bc"]}
${msg["r_bc"]}
% endfor
% endif