<%def name="test(condition)"> % if condition: ${caller.body()} % endif <%call expr="test(3+2==5)"> Python is awesome! <%call expr="test(3+2==10)"> Python is awful!