@@ -1,7 +1,7 @@
-<template>
- <div id="app">
- <router-view :key="$route.path"/>
- </div>
+<template lang="pug">
+navbar
+main
+ router-view
</template>
<script>