CS 5 Base Shared by Code School, 2016-07-01 00:55:38. Tagged: Boilerplate, All Copy to Clipboard Save to Design Library Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <!doctype html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>Untitled</title> {{ styles }} </head> <body style="margin: 0; padding: 0;"> {{ header }} <!-- ====== MAIN WRAPPER ============ --> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td style="padding: 40px 20px 48px 20px;"> <!-- ====== CONTENT: {name} ========== --> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td style="font-size: 0;"> </td> <td width="480"> <!-- Content goes here --> </td> <td style="font-size: 0;"> </td> </tr> </table> </td> </tr> </table> {{ footer }} </body> </html>