blob: 4c843aa347c4284b2d716cf2a3aea9b3b9bb819d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<h1>{{ resource_name }}</h1>
<p>{{ resource_doc }}</p>
<pre>
{% include 'emitter.txt' %} </pre>
</body>
</html>
|