Panel Header Frame

Frames are only ever used for other elements. They are never used directly as is. The only exception to that rule are the page frames. Refer to the info Tab to see where they are used.
<div class="sds-panelHeader">

</div>
<div class="{{ namespace }}panelHeader{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
	{% block contentStart %}
	{% endblock %}
	{% if alignEnd %}
	<div class="{{ namespace }}panelHeader__alignEnd">
	{% endif %}
		{% block contentEnd %}
		{% endblock %}
	{% if alignEnd %}
	</div>
	{% endif %}
</div>