mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-11-04 02:37:54 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			323 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			323 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ $border := false }}
 | 
						|
{{ if .Get "border" }}
 | 
						|
{{ $border = true }}
 | 
						|
{{ end }}
 | 
						|
 | 
						|
{{ $hidecaption := false }}
 | 
						|
{{ if .Get "hidecaption" }}
 | 
						|
{{ $hidecaption = true }}
 | 
						|
{{ end }}
 | 
						|
 | 
						|
<p>
 | 
						|
    {{ partial "remote_figure.html" (dict "src" (.Get "src") "border" $border "hidecaption" $hidecaption "type" "image" "alt" (.Get "alt")) }}
 | 
						|
</p>
 |