<% self.seen_css = set() %> <%def name="css_link(path, media='')" filter="trim"> % if path not in self.seen_css: % endif <% self.seen_css.add(path) %> <%def name="css()" filter="trim"> ${css_link('/static/css/main.css', 'screen')} <%def name="pre()" filter="trim">

Login

<%def name="post()" filter="trim">
## IDP test login ${self.css()} ${pre()} ## ${comps.dict_to_table(pageargs)} ##

${next.body()} ${post()}