~~~ INPUT ~~~

   <head>
     <script>
       var x = 1;
     </script>
   </head>

   <meta name="blah" content="cheese">

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

~~~ TITLE ~~~

~~~ PROPERTIES ~~~

title=
meta.blah=cheese

~~~ HEAD ~~~

     <script>
       var x = 1;
     </script>

~~~ BODY ~~~

   <meta name="blah" content="cheese">

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

  

