aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest/templates/emitter.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest/templates/emitter.html')
-rw-r--r--src/rest/templates/emitter.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rest/templates/emitter.html b/src/rest/templates/emitter.html
new file mode 100644
index 00000000..4c843aa3
--- /dev/null
+++ b/src/rest/templates/emitter.html
@@ -0,0 +1,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> \ No newline at end of file