@ -45,7 +45,10 @@ export class Layout extends HTMLElement {
}
get path() {
return '/hello'
return new URL(
window.location.hash.slice(1) || '/',
window.location
).pathname
set editing(value) {