{%- macro html_board(board, to_print, is_solution) %} {%- if is_solution %} {%- set data = board.board.solution %} {%- else %} {%- set data = board.board.problem %} {%- endif %} {%- if to_print -%}
|
{%- endfor %}
#{{ board.id }}