added example for static html files
This commit is contained in:
parent
aef007e4d6
commit
c6b1538732
2 changed files with 18 additions and 0 deletions
14
wortschlucker/templates/static_test.html
Normal file
14
wortschlucker/templates/static_test.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:py="http://genshi.edgewall.org/">
|
||||
<xi:include href="layout.html" />
|
||||
|
||||
<head>
|
||||
<title>Static example</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Foo</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue