added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links
This commit is contained in:
parent
0b07302b48
commit
b002283947
5 changed files with 106 additions and 27 deletions
|
@ -17,11 +17,12 @@
|
|||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Foo</h1>
|
||||
<h1>${title}</h1>
|
||||
<div class="post">
|
||||
${content01}
|
||||
<div class="small_form">
|
||||
formular
|
||||
</div>
|
||||
${poll_new_small()}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue