<!--[Define Start]--> AMOUNT 50 <!--[Define End]--> <html> <head> <title>New Sites</title> </head> <body> <div> <h2>New Sites</h2> <table> <tr> <td> <ol> <!-- Loop through and display all of the new sites --> <!--[Newsites Start]--> <li> <a href="##Out_URL##" target="_blank">##Title##</a> - ##Description##<br /> Signed up on ##Signup_Date##<br /><br /> <!--[Newsites End]--> </ol> </td> </tr> </table> <br /> <br /> </div> </body> </html>