improved contact template formating
This commit is contained in:
		
							parent
							
								
									5160e150df
								
							
						
					
					
						commit
						4654adc72f
					
				| 
						 | 
					@ -5,10 +5,9 @@
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
Dear Mr/Mrs {{.Name}},
 | 
					<p>Dear Mr/Mrs {{.Name}},</p>
 | 
				
			||||||
Thank you to have contacted our customer service.
 | 
					<p>Thank you to have contacted our customer service.</p>
 | 
				
			||||||
 | 
					<p>Here is a summary of your request:</p>
 | 
				
			||||||
<legend>Summary of your request</legend>
 | 
					 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
  <li>Name: {{.Name}}</li>
 | 
					  <li>Name: {{.Name}}</li>
 | 
				
			||||||
  <li>Email: {{.Email}}</li>
 | 
					  <li>Email: {{.Email}}</li>
 | 
				
			||||||
| 
						 | 
					@ -16,13 +15,11 @@ Thank you to have contacted our customer service.
 | 
				
			||||||
  <li>Subject: {{.Subject}}</li>
 | 
					  <li>Subject: {{.Subject}}</li>
 | 
				
			||||||
  <li>Message: {{.Message}}</li>
 | 
					  <li>Message: {{.Message}}</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					<p>We'll get back to you to you within the next 48 hours.</p>
 | 
				
			||||||
We'll get back to you to you within the next 48 hours.
 | 
					<p>Kind regards,</p>
 | 
				
			||||||
Kind regards,
 | 
					 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
The Customer Service Team
 | 
					<p>Your Customer Service.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue