wf4/app/layouts/default.vue
webfussel a204be8ddc REMOVE: (Urban) as SEO is okay again
Removed the (Urban) which was added after marriage for better SEO
2025-03-18 12:54:31 +01:00

5 lines
60 B
Vue
Executable file

<template>
<Header />
<slot />
<Footer />
</template>