tickets: Add base HTML template.
[matthijs/projects/dorestad-bookings.git] / tickets / templates / tickets / base.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>Dorestad 1493</title>
6 </head>
7 <body>
8 {% block content %}
9 {% endblock %}
10 </body>
11 </html>