<div class="hashtags{{#if isLarge}} hashtags--large{{/if}}{{#if nudgeResponsiveImage}} hashtags--with-nudge-image{{/if}}{{#if hasBackground}} hashtags--has-background{{/if}}" data-module="hashtags">
{{#if title }}
<h3 class="hashtags__title">{{{ title }}}</h3>
{{/if}}
<ul>
{{#each hashtags}}
{{> @cp-hashtag-item this }}
{{/each}}
</ul>
{{#if nudgeResponsiveImage}}
<div class="hashtags__nudge-image">
{{> @cp-medium-image nudgeResponsiveImage}}
</div>
{{/if}}
</div>