change approach again

This commit is contained in:
2018-05-09 14:31:22 +02:00
parent 54a933c83a
commit 0686e02b75
2252 changed files with 864743 additions and 270 deletions

3
docroot/index.pag Normal file
View File

@ -0,0 +1,3 @@
<h1>Index</h1>
BlaBla
#bla#

10
docroot/master.tmpl Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<title>#title#</title>
</head>
<body>
<div>
#maincontent#
</div>
</body>
</html>