I'm new on this forum and to Xerte online toolkit version 3.
Is there a tutorial for using the bootstrap template, especially on how to integrate all the various (HTML/javascript/jquery/css) together. I can see where to put the HTML and javascript, but not sure how to link them together. Can we use jquery with this template?
you can use jquery, yes.
If you are writing a lot of js, I'd put in in a library, put the library somewhere and load it in as a library for the project. Sinilarly, if your css is more than trivial, create a.css and load it up into the project.
You should jsut be able to write the html in the appropriate places, and you should be able to use the bootstrap framework in there. Shout with more specific questions when you run into them,