I want to have a simple blank page on my wordpress-created website where I can add my custom html code and some js code. I got so far to make a page template that I can choose and the page is actually blank.
So far so good: now, when I add my html code into it, there is nothing. Also, when I inspect the page, there really is no html code whatsoever on this custom page.
Where is my mistake?
Code for the template:
<?php
/*
Template Name: Raw Page
*/