TiddlyWikis that are generated by
TiddlyWeb start from a base tiddlywiki included in the distribution. The file is a copy of the most recent public empty.html kept at
http://tiddlywiki.com/.The html file is not directly accessible to users and developers. If you want to use a different file as your
base_tiddlywiki you can point to it in
tiddlywebconfig.py as follows:
config = {
'base_tiddlywiki': '/path/to/tiddlywiki.html'
}
The path can be absolute or relative to the
instance directory.