Created
September 17, 2013 09:25
-
-
Save alexbaumgertner/6592059 to your computer and use it in GitHub Desktop.
Блок промо-карусели
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
block index-promo-carousel { | |
elem title { | |
mix: [ { block: 'i-font', mods: { face: 'hermes' } } ] | |
} | |
elem 'photo' { | |
tag: 'img', | |
attrs: { | |
src: this.ctx.url, | |
alt: '' | |
} | |
} | |
elem text-inner, tag: 'span' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment