.template > * {
	float: left;
}

.template::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}