mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 19:39:57 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
|
title: $:/core/templates/exporters/Static/Content
|
||
|
|
||
|
\define renderContent()
|
||
|
{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}
|
||
|
\end
|
||
|
<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
||
|
<<renderContent>>
|
||
|
</$importvariables>
|