<?xml version=“1.0” encoding=“utf-8” standalone=“no”?> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=“www.w3.org/1999/xhtml”>
<head> <title>{{ chapter.title }}</title> <link href="../Styles/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="chapter-{{ id }}" xml:lang="en-US"> <h2>{{ title }}</h2> {{ content }} </div> </body>
</html>