mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
36 lines
460 B
Plaintext
36 lines
460 B
Plaintext
|
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>
|