| extends ../layouts/doc | |
| block variablesLang | |
| include ./_variablesLang.jade | |
| block global_args_extra | |
| script(type="text/javascript"). | |
| window.globalArgsExtra = { | |
| baseUrl: 'documents/api-parts', | |
| docType: 'api', | |
| locale: 'en' | |
| }; | |
| if (window.EC_WWW_CDN_PAY_ROOT) { | |
| window.globalArgsExtra.cdnRoot = window.EC_WWW_CDN_PAY_ROOT + '/en/' + window.globalArgsExtra.baseUrl | |
| } |