mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 18:02:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			416 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			416 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .Get "content" }}
 | 
						|
{{ if .Get "summary" }}
 | 
						|
{{ else }}
 | 
						|
{{ warnf "missing value for param 'summary': %s" .Position }}
 | 
						|
{{ end }}
 | 
						|
{{ else }}
 | 
						|
{{ errorf "missing value for param 'content': %s" .Position }}
 | 
						|
{{ end }}
 | 
						|
<p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}>
 | 
						|
  <summary markdown="span">{{ .Get "summary" | markdownify }}</summary>
 | 
						|
    {{ .Get "content" | markdownify }}
 | 
						|
</details></p>
 |