7 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ $class := .class }}
 | |
| {{ $content := .content }}
 | |
| {{ $href := .href }}
 | |
| {{ $style := .style }}
 | |
| 
 | |
| <a {{ with $class }} class="{{ . }}" {{ end }} {{ with $href }} href="{{ . }}" {{ end }} {{ with $style }} style="{{ . | safeCSS }}" {{ end }}>{{ $content }}</a>
 |