mixin price-tag(value, currency) - currency = typeof currency != "undefined" ? currency : 'usd' .b-price-tag&attributes(attributes) .b-price-tag__value= value .b-price-tag__currency= currency