1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-10 02:04:14 +01:00
Pinafore-Web-Client-Frontend/routes/_components/Layout.html
2018-01-10 22:17:15 -08:00

14 lines
152 B
HTML

<Nav page={{page}} />
<main>
<slot></slot>
</main>
<script>
import Nav from './Nav.html';
export default {
components: {
Nav
}
};
</script>