summaryrefslogtreecommitdiff
path: root/doc/web/howto/listings/template-1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/web/howto/listings/template-1.xml')
-rw-r--r--doc/web/howto/listings/template-1.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/web/howto/listings/template-1.xml b/doc/web/howto/listings/template-1.xml
new file mode 100644
index 0000000..7971375
--- /dev/null
+++ b/doc/web/howto/listings/template-1.xml
@@ -0,0 +1,9 @@
+<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
+<body>
+ <div t:render="header" />
+ <div id="content">
+ <p>Content goes here.</p>
+ </div>
+ <div t:render="footer" />
+</body>
+</html>