{{extend defaultLayout}} {{block 'css'}} {{/block}} {{block 'main'}}
<% include(sys.specialTitle, {en: 'HELP' , cn: '绝区零帮助' }) %> {{each helpData help i}}
{{help.title}}
{{each help.items item j}}
{{item.title}}
{{each item.commands command k}} {{command}} {{/each}}
{{item.desc}}
{{/each}}
{{/each}}
{{/block}}