Last active
November 27, 2015 10:52
-
-
Save ptaferner/b3b04f4924263f72127d to your computer and use it in GitHub Desktop.
In case you want non-XML-conform HTML markup based on a condition, use a construct like this:
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
<b:if cond='data:index in {2, 5}'> | |
</div> | |
</b:if> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment