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