You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
292 B
8 lines
292 B
2 years ago
|
Hello my control panel!
|
||
|
You can use any def from Orchestrator module here in Jinja2 HTML template:
|
||
|
Example: OrchestratorModule.OSCMD(inCMDStr="notepad")
|
||
|
{{Const}}
|
||
|
{% if Const=="ND" %}
|
||
|
YES - IT IS ND
|
||
|
{% endif %}
|
||
|
{% include 'test2.txt' %}
|