{% if illustration == 'ghost' %}
👻
{% elif illustration == 'robot' %}
🤖
{% elif illustration == 'broken' %}
💔
{% elif illustration == 'planet' %}
🪐
{% else %}
👻
{% endif %}
{{ title | default('404') }}
{{ message | default('Page not found') }}
{{ buttonText | default('Go Home') }}
{% if showGame %}
Play Snake while you wait?
Use Arrow Keys to Move
{% endif %}