10 lines
		
	
	
		
			No EOL
		
	
	
		
			412 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			412 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="listing" style="background-image:url({{.Get 3}})">
 | |
|     <div class="listing-text">
 | |
|         <a href="{{ .Get 0 }}" style="text-decoration:none;">
 | |
|             <h3>{{ .Get 1 }}</h3>
 | |
|             <i>{{.Get 2 }}</i>
 | |
|         </a>
 | |
|         <a href="{{ .Get 0 }}" style="position: absolute;top:0;left:0;height:100%;width:100%;background-color: transparent;margin:0;z-index:-1;">
 | |
|         </a>
 | |
|     </div>
 | |
| </div>   |