Pill

<div class="pill">

</div>
{#
	{% include "@partial-pill" with {
		title: "Button Text",
		theme: ""
	} %}
#}

<div class="pill{% if theme %} theme_{{ theme }}{% endif %}">
	{{ title }}
</div>

No notes defined.