<template lang="pug">
.row
.sixteen.wide.column
h2 Page
p {{ $route.path }}
</template>
<script>
export default {
};
</script>