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
						
					
					
						
							523 B
						
					
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							523 B
						
					
					
				| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head></head>
 | |
|   <body>
 | |
|     <p><%= text %></p>
 | |
|     <br/>
 | |
|     <div>
 | |
|       <p>Other EJS 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>
 |