mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Merge pull request #94 from jeromegn/kilt
Abstract template engines with Kilt
This commit is contained in:
		
						commit
						5bd28d6956
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -4,6 +4,8 @@ version: 0.9.0 | |||
| dependencies: | ||||
|   radix: | ||||
|     github: luislavena/radix | ||||
|   kilt: | ||||
|     github: jeromegn/kilt | ||||
| 
 | ||||
| author: | ||||
|   - Serdar Dogruyol <dogruyolserdar@gmail.com> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| require "ecr/macros" | ||||
| require "kilt" | ||||
| 
 | ||||
| # Uses built-in ECR to render views. | ||||
| # # Usage | ||||
|  | @ -7,7 +7,7 @@ require "ecr/macros" | |||
| # end | ||||
| macro render(filename) | ||||
|   __view__ = String::Builder.new | ||||
|   embed_ecr({{filename}}, "__view__") | ||||
|   Kilt.embed({{filename}}, "__view__") | ||||
|   __view__.to_s | ||||
| end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue