video.html 180 Bytes Raw Blame History Permalink 1 2 3 4 {%extends 'base.html'%} {%block content%} <video src="{{url_for('static',filename='video/{}.mp4'.format(p.pictureName))}}" width="100%" height="100%" controls></video> {%endblock%}