<%! from random import choice bashes = [ "Now 20% cooler!", "I make tools and tool accessories." ] %>\ <%def name="bash()">${choice(bashes)}\ <%include file="/support/header.mako" args="environ=environ, title='Home'"/>
<%include file="/support/footer.mako" args="environ=environ"/>