| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -159,8 +159,8 @@ export class Display { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <h1>${name}</h1> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <p class=desc>${desc}</p> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </header> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <div class=fulltext>${text} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <blockquote>${data.quote || ''}</blockquote></div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <div class=fulltext-wrapper><div class=fulltext>${text} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <blockquote>${data.quote || ''}</blockquote></div></div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      `)
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      target.appendChild(wrapper) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |