#{include header.html}
A: #{a}
B: #{b}
#{!eq a 2}
C: #{c}
#{end}
#{eq a 1}
E: #{d.e}
#{end}
#{fn currency price}
#{for row : table}
#{!eq row.second false}
| #{row.first} |
#{row.second} |
#{row.third} |
#{end}
#{end}
#{for row : table}
#{for cell : row}
#{cell}
#{end}
#{end}