{% if IS_PRODUCTION %} {% else %} {% endif %}
{% include './templates/stage.html' %} {% include './templates/score.html' %} {% include './templates/menu.html' %} {% include './templates/inGameMenu.html' %}
{% macro saber (hand, otherHand, bladeColor, beamColor) %}
{% endmacro %} {{ saber('left', 'right', '#FFA8A8', 'pink') }} {{ saber('right', 'left', '#78AAFF', 'cyan') }}
{% if not IS_PRODUCTION %}
{% endif %}