#{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} #{end} #{end}
#{row.first} #{row.second} #{row.third}
#{for row : table} #{for cell : row}
  • #{cell} #{end} #{end}