~~~ INPUT ~~~

<html>
 <head>
  <title>Some page</title>
 </head>
 <body bgcolor=black>
  
   <p>This is a pretty simple page.</p>
   
   <p>Bye.</p>

   <script>
     somevar = "</body>";
   </script>

   This should be here

 </body>
</html>

~~~ TITLE ~~~

Some page

~~~ PROPERTIES ~~~

title=Some page
body.bgcolor=black

~~~ HEAD ~~~

~~~ BODY ~~~
  
   <p>This is a pretty simple page.</p>
   
   <p>Bye.</p>

   <script>
     somevar = "</body>";
   </script>

   This should be here

