Quick patch to fix a bug with template tags. We ended up switching to using template tags to help visually cleanup the styles for the badge, but found this led to Babel pulling in a polyfill to support template tags. Not ideal and this actually caused some issues when using the package (still not 100% sure why). So this patch just removes the use of template tags and adds a comment as to why so we don't make the same mistake in the future!