1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
2  "http://www.w3.org/TR/html4/frameset.dtd">
3<html{% if language is not none %} lang="{{ language }}"{% endif %}>
4  <head>
5    <title>{% trans version=version|e, docstitle=docstitle|e %}Changes in Version {{ version }} &#8212; {{ docstitle }}{% endtrans %}</title>
6  </head>
7  <frameset cols="45%,*">
8    <frame name="main" src="changes.html">
9    <frame name="src" src="about:blank">
10  </frameset>
11</html>
12