@{ var isBootstrapImage = imageStyle.constructorName === 'BootstrapImage'; } [image @shortcode_attributes({ "href": [href], "target": [target], "screen_tip": [screenTip], "alt": [alt], "image_style": [isBootstrapImage ? imageStyle.shape.replace('img-', '') : imageStyle.mixinName], "type": ["bootstrap", isBootstrapImage], "responsive": [imageStyle.responsive, isBootstrapImage && imageStyle.responsive], "image": [image.fileName, image.toString('url')] }, shortcode_css())][/image]