mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-29 05:13:56 -08:00
16 lines
240 B
Text
16 lines
240 B
Text
title: $:/core/ui/ViewTemplate/body
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<div class="body">
|
|
|
|
<$list filter="[all[current]!has[plugin-type]]">
|
|
|
|
<$transclude>
|
|
|
|
<$transclude tiddler="$:/language/MissingTiddler/Hint"/>
|
|
|
|
</$transclude>
|
|
|
|
</$list>
|
|
|
|
</div>
|