1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<html> <com:THead /> <body> <com:TForm> <div id="page"> <div id="header"> <h1>My PRADO Blog</h1> </div> <div id="main"> <com:TContentPlaceHolder ID="Main" /> </div> <div id="footer"> <%= PRADO::poweredByPrado() %> </div> </div> </com:TForm> </body> </html>