1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 09:13:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/blog/templates/tiddler.tid

36 lines
460 B
Plaintext
Raw Normal View History

2015-10-01 11:13:48 +00:00
title: $:/plugins/tiddlywiki/blog/templates/tiddler
<div class="tc-tiddler-frame tc-tiddler-view-frame">
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<h2 class="tc-title">
<$transclude field="caption" mode="inline">
<$view field="title"/>
</$transclude>
</h2>
</div>
</div>
<div class="tc-subtitle">
<$view field="modified" format="date" template="DDth MMM YYYY"/>
</div>
<div class="tc-tiddler-body">
<$transclude/>
</div>
</div>