billiges Templatesystem geschrieben
This commit is contained in:
parent
8a347b655e
commit
55e4a8f5cb
22 changed files with 317 additions and 0 deletions
6
tmpl2html/example/content/index/1
Normal file
6
tmpl2html/example/content/index/1
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>Der erste Starteintrag</h2>
|
||||
<p>
|
||||
Dies ist kein Blog!
|
||||
</p>
|
||||
</div>
|
6
tmpl2html/example/content/index/2
Normal file
6
tmpl2html/example/content/index/2
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="entry">
|
||||
<h2>Nummer Zwo</h2>
|
||||
<p>
|
||||
ist aber aehnlich aufgebaut
|
||||
</p>
|
||||
</div
|
Loading…
Add table
Add a link
Reference in a new issue