{% extends "base.html" %} {% block title %}Confirm{% endblock %} {% block content %} {% if message %}

{{ message }}

{% else %} You want to convert {{ youtube_id }} to:




{% endif %} {% endblock %}