# app/pages/Product/index.coffee module.exports = { props: domainSettings: type: Object default: -> {} language: type: String default: 'ru' data: -> { pageTitle: 'Страница товара' } render: (new Function '_ctx', '_cache', globalThis.renderFns['app/pages/Product/index.pug'])() }