.response~content_type = 'text/html; charset=utf-8'

Say .resources~HTML

::Resource HTML
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>A 'Hello world!' HTML servlet</title>
  </head>
  <body>
    <p>
       Hello, world!
    </p>
    <p>
      <small><a href="../">⬅️ Back to the examples.</a></small>
    </p>
  </body>
</html>
::END
