/**********************************
          BASIC TEMPLATE
**********************************/
/*
body > div::before {
	content: 'BASIC TEMPLATE';
	position: fixed;
	top: 0;
	font-size: 10px;
	padding: 2px 10px;
	z-index: 999999;
	color: white;
	background-color: black;
}
body > div::after{
	content: var(--template-layout-id);
	position: fixed;
	top: 20px;
	font-size: 10px;
	padding: 2px 10px;
	z-index: 999999;
	color: white;
	background-color: black;
}
*/