mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 23:06:46 +00:00
Make a distinction between templates and UI
Templates are the low-level bits and pieces that allow TW5 to generate HTML and CSS renderings of tiddlers. The UI folder contains the user-visible UI of TW5
This commit is contained in:
@@ -18,6 +18,6 @@ type: text/vnd.tiddlywiki-html
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{$:/templates/PageTemplate||$:/core/templates/html-tiddler}}
|
||||
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user