<template>
<Navbar />
<main class="px-4 py-10 text-gray-700 dark:text-gray-200">
<router-view />
<Footer class="text-center" />
<div class="mt-5 mx-auto text-center opacity-25 text-sm">
[Default Layout]
</div>
</main>
<Footer />
</template>