codekasten/wortschlucker/templates/nodes/brainstorming.html

28 lines
582 B
HTML

<!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" />
<?python
title = "Brainstorming Online"
content01 = """
dieser moeglichst mehrzeilige Text sollte idealerweise spaeter automatisch HTML-escaped werden.
Aktuell klappen auch Umlaute hier drin noch nicht.
"""
?>
<head>
<title>${title}</title>
</head>
<body>
<h1>Foo</h1>
${content01}
<div class="small_form">
formular
</div>
</body>
</html>