8 lines
		
	
	
		
			313 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			313 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<a class="cadre" href="{{ .Get "href" }}" title="{{ .Get "title" }}">
 | 
						|
  <span class="element">
 | 
						|
    {{ .Get "title" }} <br />
 | 
						|
    
 | 
						|
    <img src="img/{{ if .Get "src"}}{{ .Get "src" }}{{ else }}{{ .Page.Site.Params.default_img }}{{ end }}" alt="{{ .Get "title" }} icon" title="{{ .Get "title" }}" />
 | 
						|
  </span>
 | 
						|
</a>
 |