media/template/showing.html

10 lines
125 B
HTML

<div class="video-showing">
<h2>{title}</h2>
<h3>{year}</h3>
<p>{description}</p>
<div>
{video}
</div>
</div>