You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					21 lines
				
				526 B
			
		
		
			
		
	
	
					21 lines
				
				526 B
			| 
											3 years ago
										 | <!DOCTYPE html> | ||
|  | <html lang="en"> | ||
|  |   <head></head> | ||
|  |   <body> | ||
|  |     <p><%= it.text %></p> | ||
|  |     <br/> | ||
|  |     <div> | ||
|  |       <p>Other Eta pages with includes:</p> | ||
|  |       <ul> | ||
|  |         <li>Normal page, <a href="/include-test">here</a></li> | ||
|  |         <li>One include not exist, <a href="/include-one-include-missing-test">here</a> | ||
|  |           (to raise errors) | ||
|  |         </li> | ||
|  |         <li>One attribute not exist, <a href="/include-one-attribute-missing-test">here</a> | ||
|  |           (to raise errors) | ||
|  |         </li> | ||
|  |       </ul> | ||
|  |     <div> | ||
|  |   </body> | ||
|  | </html> |