Added script attribute for videos

This commit is contained in:
2023-03-04 11:14:54 -05:00
parent 9ab06f0e9c
commit 51ee9f00fb
6 changed files with 35 additions and 1 deletions

View File

@ -25,3 +25,13 @@
</div>
</div>
</div>
<div id="video-script" class="row">
<div class="twelve columns">
<h3>Video script</h3>
<hr>
<%= video.parseScript() %>
</div>
</div>