7 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h4><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h4>
 | 
						|
<a href="{{ .Params.songurl }}" target="_blank">Download</a>
 | 
						|
<br>
 | 
						|
<audio src="{{ .Params.songurl }}" controls>
 | 
						|
  Your browser does not support the <code>audio</code> element.
 | 
						|
</audio>
 | 
						|
{{ .Content }}
 |