{%- from 'html_board.html' import html_board %} Eli Daian Sudoku {%- if multi_board %} {%- for board in boards %} {{ html_board(board, True, is_solution) }} {%- endfor %} {%- else %} {{ html_board(board, True, is_solution) }} {%- endif %}