mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .Inner }}
 | 
						|
<figure>
 | 
						|
    <iframe src='{{ .Get "src" }}' class='{{ .Get "class" }}'></iframe>
 | 
						|
    <figcaption>
 | 
						|
        <small>{{ .Inner }} <a href='{{ .Get "src" }}'>View Full</a></small>
 | 
						|
    </figcaption>
 | 
						|
</figure>
 | 
						|
{{ else }}
 | 
						|
<iframe src='{{ .Get "src" }}' class='{{ .Get "class" }}'></iframe>
 | 
						|
{{ end }}
 |