Content page example.
<div id="content">
Dynamic content area </div>
Dynamic content area </div>
Source code:
<html>
<head>
<title>Content page</title>
</head>
<body>
<div id="content">
--> Dynamic Ajax content goes here <--
</div>
</body>
</html>