You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			JSON
		
	
| {
 | |
| "title": "{{ .Title }}",
 | |
| "permalink": "{{ .RelPermalink }}",
 | |
| "level": "{{ .Params.level }}",
 | |
| "joined": "{{ .Params.joined }}",
 | |
| {{ if isset .Params "cancelled" }}
 | |
| "cancelled": "{{  time (.Param "cancelled") | dateFormat "20060102" }}",
 | |
| {{ end }}
 | |
| "link": "{{ .Params.link }}",
 | |
| "content": "{{ .PlainWords }}"
 | |
| }
 |