<template>
  <div>
    Custom Layout:
    <slot />
  </div>
</template>