Files
the-example-app-nodejs/views/mixins/_heroImageModule.pug

7 lines
326 B
Plaintext

mixin heroImageModule(module)
.module
.module__heroImage
h2.module__heroImage__title #{module.fields.title}
h3.module__heroImage__headline #{module.fields.headline}
img.module__heroImage__image(src=`${module.fields.backgroundImage.fields.file.url}` alt=`${module.fields.backgroundImage.fields.title}`)