<-- html .... -->

Este comentario en el contenido es interpretado por el gestor como una orden para tomar del directorio aa-htm una envoltura diferente a la asignada por defecto.

aa-htm/html.htm aa-htm/html-02.htm
<html>
<head>
</head>
<body>
  <div id=main>
  </div>
</body>
</html>
<html>
<head>
</head>
<body>
  <img src="banner.jgp">
  <div id=main>
  </div>
</body>
</html>
Contenido Envoltura : aa-htm/html.htm
Prueba
<html>
<head>
</head>
<body>
  <div id=main>
  </div>
</body>
</html>
Contenido Envoltura : aa-htm/html02.htm
<!-- html html-02 -->

Prueba
<html>
<head>
</head>
<body>
  <img src="banner.jgp">
  <div id=main>
  </div>
</body>
</html>