1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/core/templates/ViewTemplate.tid

14 lines
493 B
Plaintext
Raw Normal View History

title: $:/templates/ViewTemplate
modifier: JeremyRuston
<span class="title"><$button message="tw-close" class="btn-invisible pull-right">{{$:/core/images/close-button.svg}}</$button><$view field="title"/></span>
<div class="small"><$view field="modifier" format="link"/> <$view field="modified" format="date"/></div>
@@.tw-tags-wrapper <$list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />@@
2012-12-30 13:37:48 +00:00
2012-06-10 21:01:53 +00:00
<div class="body">
<$view field="text" format="wikified">
</$view>
2012-06-10 21:01:53 +00:00
</div>