winix/winixd/html/fun_run.html

20 lines
262 B
HTML

[if item.content.type_is "other"][item.run][else]
<div>
[if false]
[if mount_page_arg_is "subject"]
<h1>[item.subject]</h1>
[end]
[if mount_page_arg_is "info"]
[include "item_info.html"]
[end]
[end]
[item.execute]
</div>
[end]