xxxxxxxxxx
<html>
<body>
<h1>Basic slot element example</h1>
<section id="keyInformationSection">
<h2>Key Information:</h2>
<!-- Slot information will go here -->
</section>
<!-- Template for the key information -->
<template id="keyInformationTemplate">
<slot name="keyInformation"></slot>
</template>
</body>
</html>