- or download this
[% INCLUDE header.tt
title = 'This is an HTML example';
...
</ul>
[% INCLUDE footer.tt %]
- or download this
~/
|__dist
...
|__trixietang.co.uk
|__src
|__lib
- or download this
# options to rewrite files suffixes (htm => html, tt2 => html)
#
# suffix htm=html
# suffix tt2=html
suffix html.tt=html
- or download this
# options to define dependencies between templates
#
...
# additional directories of library templates
lib = ../trixietang.co.uk/lib
- or download this
~/
|__dist
...
|__lib
|__header.tt
|__footer.tt
- or download this
~/
|__dist
...
|__lib
|__header.tt
|__footer.tt
- or download this
cd ~/templates/cfg
ttree -p -f trixietang.co.uk.conf
- or download this
~/
|__dist
...
|__lib
|__header.tt
|__footer.tt