Yesterday's Tomorrows
Semper Contemporarius
${date}
% for entry in news:
% if entry.img != " ":
% endif
${entry.title}
${entry.source}
${entry.summary}
${entry.svg}
% 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