node.callee.type === 'MemberExpression' &&
        node.callee.object.type === 'Identifier' &&
        node.callee.object.name === 'Template' &&
        node.callee.property.type === 'Identifier' &&