So I can see that your "Done" button has a new link. What file did you edit to make this work? Was the file "codelab-elements.js"?
Just sharing some thoughts, I can see that you have the native-shim.js, custom-elements.js, prettify.js, and codelab-elements.js located in your 'img' folder. I think most people when they run the tutorial, myself included, leave it to the default settings which will fetch those files from "
https://storage.googleapis.com". So I believe if you need to use the prefix with claat -prefix to point to where you are storing them or change the template file.
As for the template file, I noticed when running the help from claat -h, as Wu-chang mentioned, there is a note not to use the default templates and you should specify a local file path to a Go template file, but does not state how or where to do so. But looking at the claat/render/template.html you can see that it uses the claat -prefix to update the html to point to your javascript files, (I think)
So I do not know if someone can confirm a few things:
1. What files can be edited to change the codelab pages when generated.
2. Whether you will have to recompile claat from the source or can use the released bin file to use those changes
3. How to change the location for the template file.
I think with that information we should be able to update the return location for the X and Done buttons. or at least get a little closer :)
Thanks
Sean