<% """ Template for Python Webmail Expects: folders : the HTML code for the list of mailboxes folder : the name of the active folder mainpage: the main content that fills up the top right-hand pane message : html for currently selected message (if any) """ %> Webmail
<%-- show the mailboxes --%> <%=folders%>
Folder: <%=folder%> Prev 50 Next 50
<%-- the content for the top pane --%> <%=mainpage%>
<%-- the message --%> <%=message%>