summaryrefslogtreecommitdiff
path: root/project/templates/vidframe/base_vidframe.xhtml
blob: 4f2e00edc894864ea41073c32f6b9a8092dd145e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
    "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title></title>
    <style type="text/css">
{% block style -%}{%- endblock %}
    </style>
</head>
<body>
{% block video -%}
{%- endblock %}
</body>
</html>