mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-29 17:24:31 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | from pathlib import Path | ||
|  | 
 | ||
|  | CWD = Path(__file__).parent | ||
|  | 
 | ||
|  | {% for f in data.children %} | ||
|  | {{ f.var }} = CWD / "{{ f.path }}" | ||
|  | {% endfor %} |