







  <html>

    <head>
      <title>Test of the Verbatim Tag</title>
    </head>

    <body>

      <h1>Test of the Verbatim Tag</h1>

      <p>
        
          [DEFAULT]
          This text <b>has angle brackets</b>.
          The angle brackets MUST NOT be escaped.
        
      </p>

      <p>
        
          [FALSE]
          This text <b>has angle brackets</b>.
          The angle brackets MUST NOT be escaped.
        
      </p>

      <p>
        
          [TRUE]
          This text &lt;b&gt;has angle brackets&lt;/b&gt;.
          The angle brackets MUST be escaped.
        
      </p>

     <p>  This text is rendered.
     </p>

    </body>

  </html>



