{% extends "webapp/base.html" %} {% block title %}{{ t('intro_video_title') }} — FIGHTSKILL{% endblock %} {% block content %}
{% if video_url %} {% else %}
🎬

{{ t('no_video') | default('No tutorial video available for this language.') }}

{% endif %}

{{ t('tutorial_title') | default('Welcome to FIGHTSKILL') }}

{{ t('tutorial_desc') | default('Watch this short tutorial to learn how to use the platform.') }}

{% endblock %}