.page .description-text slot[name="text"]::elm
	{
		$: core/content;
		content-group-column-headings: true;
	}

.page::define( empty )
	{
		$: isEmpty;
		paths: title, image, text;
	}

.page::attribute( data-empty )
	{
		$: core/attributes;
		path: empty;
	}

