mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
|
title: $:/core/ui/PageTemplate/alerts
|
||
|
tags: $:/tags/PageTemplate
|
||
|
|
||
|
<div class="tw-alerts">
|
||
|
|
||
|
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/Alert]] [!is[shadow]!has[draft.of]tag[$:/tags/Alert]] +[sort[modified]]" template="$:/core/ui/AlertTemplate" storyview="pop"/>
|
||
|
|
||
|
</div>
|