{% extends "base.html" %} {% block main %} <h1>{{ edit.data.title }}</h1> {% if edit.vimeo_id %} <iframe src="https://player.vimeo.com/video/{{ edit.vimeo_id }}" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> {% endif %} {% endblock %}