mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 17:53:28 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ $resource := $.Page.Resources.GetMatch (.Get "src") }}
 | |
| 
 | |
| {{ $border := false }}
 | |
| {{ if .Get "border" }}
 | |
| {{ $border = true }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ $hidecaption := false }}
 | |
| {{ if .Get "hidecaption" }}
 | |
| {{ $hidecaption = true }}
 | |
| {{ end }}
 | |
| 
 | |
| <p>
 | |
|     {{ partial "figure.html" (dict "src" $resource "border" $border "hidecaption" $hidecaption) }}
 | |
| </p>
 |