hello,
I'm wondering what exactly happens when you extend from an html file such
as layout.html
i.e {{extend 'layout.html'}}I have my own html/css/js file combo that I would like to use as a base for my small web app, but I’m unsure of the best way to go about it.

