e.g.: ``` <template> <html lang="en" v-html="content"/> </template> <script> export default { props: {}, components: {} } </script> ``` and then referenced in the page template: ``` --- layout: "layout.vue" --- ```