45 lines
		
	
	
		
			886 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			886 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>
 | 
						|
        $subject
 | 
						|
    </title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <h1>
 | 
						|
        $subject
 | 
						|
    </h1>
 | 
						|
    <h2>
 | 
						|
        $greeting $participant!
 | 
						|
    </h2>
 | 
						|
    <p>
 | 
						|
        You are buying a gift for 
 | 
						|
        <strong>
 | 
						|
            $gift_recipient
 | 
						|
        </strong>
 | 
						|
        .
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        That they have given the following preferences for their gift:
 | 
						|
        <p>
 | 
						|
            <strong>
 | 
						|
                $preference
 | 
						|
            </strong>
 | 
						|
        </p>
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        I hope you enjoy the secret Santa!
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        $sender
 | 
						|
    </p>
 | 
						|
    <p>
 | 
						|
        <strong>
 | 
						|
            This is an automatically generated email.
 | 
						|
            Please do not reply to this address as it will not be monitored.
 | 
						|
        </strong>
 | 
						|
    </p>
 | 
						|
</body>
 | 
						|
</html> |