The repository associated with https://keii.dev/posts/the-basics-for-a-fullstack-spa-in-gleam
1export function get_route() { 2 return window.location.pathname; 3}