Created
September 21, 2016 15:33
-
-
Save markconroy/41bb381132195ec91b10f6ae6a0785f6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{% set block_bundle = content.body['#bundle'] %} | |
{% | |
set classes = [ | |
block_bundle ? ~ 'block--' ~ block_bundle|clean_class, | |
// … | |
] | |
%} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment