{{# @name Buttons @desc Multiple buttons component calling in `resources/vivews/components/_button.antlers.html`. @set page.article.buttons #}} {{ if buttons }} {{ if type == 'buttons' }} {{# Add a size utility and use different styling when called as a Bard set. #}}
{{ buttons }} {{ partial:components/button :label="See members"}} {{ /buttons }}
{{ else }} {{# The styling when called from any other partial or template. #}}
{{ buttons }} {{ partial:components/button :inverted="inverted" }} {{ /buttons }}
{{ /if }} {{ /if }}