1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template lang="pug"> div VHeader(pageName="Home") main .mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8") </template> <script> export default { name: "IndexPage", head: { title: "Verden - Social for 3D artists", }, }; </script>