${self.head_extra()}
% for message in request.session.pop_flash():
${message}
% endfor

${self.body_title()}

${self.body()}
#### title() method ########################################################## ## Return the default title for the tag. ## It can't contain HTML tags. ## Pages can override this to specify a different title. ############################################################################## <%def name="title()">${project} #### body_title() method ##################################################### ## Return the default title for the page body. ## It can contain HTML tags. ## The default is to return the same as title(). ############################################################################## <%def name="body_title()">${self.title()} #### head_extra() method ##################################################### ## Pages can override this to add additional stylesheets, ## Javascripts, meta tags, or other things to the HTML head section. ############################################################################## <%def name="head_extra()">