18 lines
238 B
HTML
18 lines
238 B
HTML
[if item_content_type_is "other"][item_run][else]
|
|
|
|
<div>
|
|
|
|
[if mount_page_arg_is "subject"]
|
|
<h1>[item_subject]</h1>
|
|
[end]
|
|
|
|
[if mount_page_arg_is "info"]
|
|
[include "item_info.html"]
|
|
[end]
|
|
|
|
[item_run]
|
|
|
|
</div>
|
|
|
|
[end]
|