some work in html templates: changed some functions from item_* to item.*

This commit is contained in:
2021-06-20 18:12:43 +02:00
parent 79eda7abb0
commit f35840e7de
35 changed files with 115 additions and 115 deletions

View File

@@ -1,10 +1,10 @@
[if item_content_type_is "other"][item_run][else]
[if item.content.type_is "other"][item.run][else]
<div>
[if false]
[if mount_page_arg_is "subject"]
<h1>[item_subject]</h1>
<h1>[item.subject]</h1>
[end]
[if mount_page_arg_is "info"]
@@ -12,7 +12,7 @@
[end]
[end]
[item_run]
[item.execute]
</div>