Setting the file. One moment.
Subchapter 7.38
references/layout-slots.mdMarkdown830 BView on GitHub
---
layout: two-cols
---
<template v-slot:default>
# Left
This shows on the left
</template>
<template v-slot:right>
# Right
This shows on the right
</template>---
layout: two-cols
---
# Left
This shows on the left
::right::
# Right
This shows on the right---
layout: two-cols
---
::right::
# Right
This shows on the right
::default::
# Left
This shows on the lefttwo-cols: default (left) and righttwo-cols-header: default, left, rightimage-left/right: default for content