{{ title | default: 'Game title' }}

{{ additional | default: 'Additional name' }}

    {% for link in links %}
  • {{ link.text }}
  • {% endfor %}