---
block: line #
---
#for r in nums
row {{ str(r) }}:
#for c in seq()
  cell {{ str(r) }}x{{ str(c) }}
#endfor
#endfor
