mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-29 17:23:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <aside>
 | |
|     {{ with .Inner }}
 | |
|         {{ . | markdownify }}
 | |
|     {{ else }}
 | |
|         {{ errorf "The aside shortcode needs to be a closing one (similar to the highlight shortcode, see https://gohugo.io/templates/shortcode-templates/#inner" }}
 | |
|     {{ end }}
 | |
| </aside>
 |