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.
		
		
		
		
			
				
					23 lines
				
				377 B
			
		
		
			
		
	
	
					23 lines
				
				377 B
			| 
											6 months ago
										 | 
 | ||
|  | <div id="user"> | ||
|  |   <h1>Tobi</h1> | ||
|  |   <div class="comments"> | ||
|  |     <div class="comment"> | ||
|  |       <h2>This</h2> | ||
|  |       <p class="body">is regular, javascript</p> | ||
|  |     </div> | ||
|  |   </div> | ||
|  | </div> | ||
|  | <body> | ||
|  |   <ul> | ||
|  |     <li>foo</li> | ||
|  |     <li>bar</li> | ||
|  |     <li>baz</li> | ||
|  |   </ul> | ||
|  |   <ul> | ||
|  |     <li>foo</li> | ||
|  |     <li>bar</li> | ||
|  |     <li>baz</li> | ||
|  |   </ul> | ||
|  | </body> | ||
|  | <div id="interpolation">This is interpolated</div> |