Yesterday's Tomorrows
Semper Contemporarius
${date}
% for entry in news:
% if entry.img != " ":
% endif
${entry.title}
${entry.source}
${entry.summary}
${entry.svg}
% endfor
Weather
<% daycount = 0 curr_day = "Today" %>
% for period in forecast: % if daycount > 4: % continue % endif % if period.day != curr_day: % daycount += 1 % curr_day = period["day"]
${period["day"]}
% endif
${period["period"]}
${period["mintemp"]} – ${period["maxtemp"]}
% 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