Created
November 3, 2016 14:27
-
-
Save bleathem/1c3ae32a9d262603670fff65752935de 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
<ul class="list-inline"> | |
{{# listitems.five }} | |
<li class="list-inline-item" style="border: 1px solid gray; padding: .25em;"> | |
{{> basics-tag tagText=name.first tagClass="tag-info" tagDismissable="true" }} | |
</li> | |
{{/ listitems.five }} | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment