xI have a Web Template that a Page template is pointing to. When I create a page using this template, the video component does not give me the normal Editing options....and in Preview the video will not run.
I have this in my web template:
<div class="row sectionBlockLayout text-left" style="display: flex; flex-wrap: wrap; margin: 0px; min-height: auto; padding: 8px;">
<div class="container" style="display: flex; flex-wrap: wrap;">
<div class="col-md-12 columnBlockLayout" style="flex-grow: 1; display: flex; flex-direction: column; min-width: 250px; word-wrap: break-word; word-break: break-word; padding: 16px; margin: 60px 0px;"><video allowfullscreen="allowfullscreen" src="Upload_Invoice.mp4" controls="controls" data-componentname="Video" style="max-width: 100%; width: 100%; height: 450px;"></video><a href="/CourseContent" id="video1" class="btn button1" style="margin-left: auto; margin-right: auto;">Return to Course</a></div>
</div>
</div>
I found this:
<div id='mainContent' class='wrapper-body' role='main'>
{% include 'Page Copy' %}
</div>
but I don't know how the end syntax should look.
I tried surround what I have with this.....but that didn't make the video control edit work.
Can someone tell me the proper syntax to make this control editable?