{% macro hashcode_table(blocks, chars_per_block) %} Hashcode: {% for block in range(blocks) %} {% for char in range(chars_per_block) %} {% endfor %} {% if not loop.last %} - {% endif %} {% endfor %} {% endmacro %}