{{#concepts}}
-
{{#if ../liteStyle}}
{{> n-myft-ui/components/follow-button/follow-button
variant="primary"
buttonText=name
collectionName=../collectionName
}}
{{else}}
{{> n-myft-ui/components/follow-button/follow-button
variant="inverse"
buttonText=name
collectionName=../collectionName
}}
{{/if}}
{{/concepts}}