Advertisement
Guest User

django template

a guest
Jun 19th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.         <title>{{ subject }}</title>
  6.     </head>
  7.  
  8.  
  9.     <body>
  10.         <img src='cid:image0' />
  11.         <table cellpadding="0" cellspacing="0">
  12.             <tr>
  13.                 {% for id in addit_id %}
  14.                     <td><img src="cid:image{{ id }}"/></td>
  15.                 {% endfor %}
  16.             </tr>
  17.         </table>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement