final
This commit is contained in:
		
							
								
								
									
										21
									
								
								task27/views/contact.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								task27/views/contact.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <!DOCTYPE html> | ||||
| <html> | ||||
|     <head> | ||||
|         <title>{{title}}</title> | ||||
|         <meta charset="utf-8" /> | ||||
|     </head> | ||||
|     <body> | ||||
|         <h1>{{title}}</h1> | ||||
|  | ||||
|         {{#if emailsVisible}} | ||||
|         <h3>Электронные адреса</h3> | ||||
|         <ul> | ||||
|             {{#each emails}} | ||||
|             <li>{{this}}</li> | ||||
|             {{/each}} | ||||
|         </ul> | ||||
|         {{/if}} | ||||
|         <p>Телефон: {{phone}}</p> | ||||
|     </body> | ||||
|     <html></html> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user
	 kogleee
					kogleee