20 lines
		
	
	
		
			611 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			611 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <div>
 | 
						|
            <p style='font-style:italic;color:#777'><b>{{ author }}</b> {{ object }} from  on {{ on }}</p>
 | 
						|
            <p>{{ instance.summary }}</p>
 | 
						|
        </div>
 | 
						|
        <div style='margin-top:10px;'>
 | 
						|
            <p style='font-size:small;color:#777'>
 | 
						|
                --
 | 
						|
                <br>
 | 
						|
                Do not reply to this email directly, go to <a href='http://{{ on }}' target='_blank'>http://{{ on }}</a> instead.
 | 
						|
                <br>
 | 
						|
                <a href='#'>Unsubscribe</a>
 | 
						|
            </p>
 | 
						|
        </div>
 | 
						|
    </body>
 | 
						|
</html> |