there is a code snippet of the following form:
-if true %foo .container %a(href='#') -else %bar .container %a(href='#') How can you shorten this entry so that the foo and bar tags change depending on the condition, but you would not have to write their contents twice?