{{ header }}
Parsed Configuration
{{ cfg.pretty() }}
Server grid state
{% for i in range(cfg.rows * cfg.columns) %}
{{ state[i] }}
{% end %}