{% if DEBUG_AFRAME %} {% elif IS_PRODUCTION %} {% else %} {% endif %} {% include './assets.html' %} {% include './templates/stage.html' %} {% include './templates/loading.html' %} {% include './templates/score.html' %} {% include './templates/menu.html' %} {% include './templates/tutorial.html' %} {% include './templates/gameMenu.html' %} {% include './templates/victory.html' %} {% include './templates/leaderboard.html' %} {% for i in range(1, 5) %} {% endfor %} {% macro saber (hand, otherHand, bladeColor, beamColor) %} {% endmacro %} {{ saber('left', 'right', '#FFA8A8', 'pink') }} {{ saber('right', 'left', '#78AAFF', 'cyan') }} {% if not IS_PRODUCTION %} {% endif %} {% include './templates/ga.html' %}