Displaying Exported Hype Documented "full screen" on a WordPress page

If you are embedding a Hype document in a post or page and you have a sidebar and footer (or other components you don’t like) you would need a different ‘page’ template for where you embed that Hype document. In Wordpress, page templates have components like a sidebar, footer, header, etc. Here’s a mostly blank template: https://gist.github.com/themorgantown/dd425d32570d247878bcdbd1bb5c3649

The key thing that displays content from Wordpress and the Hype Animations plugin, is lines 23-34. Everything after line 4 (except for those lines) can be removed and it would technically work, but those other lines are parts of the HTML page that are necessary. When editing a page, there’s a ‘Template’ dropdown on the page editor where you can select this template. In the dropdown if you were to add this to your theme’s folder, you would see Blank Template, which is line 3. More reading on this can be found here: https://developer.wordpress.org/themes/template-files-section/page-template-files/