garbage collection
This commit is contained in:
		
							
								
								
									
										19
									
								
								layouts/cantorpreis/list.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								layouts/cantorpreis/list.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| {{ define "main" }} | ||||
|  | ||||
| <!-- teachers --> | ||||
| <section class="section"> | ||||
|   <div class="container"> | ||||
|     <!-- teacher list --> | ||||
|     <div class="row"> | ||||
|       <!-- teacher --> | ||||
|       {{ range .Data.Pages }} | ||||
|       <div class="col-lg-4 col-sm-6"> | ||||
|         {{ .Render "cantorpreis" }} | ||||
|       </div> | ||||
|       {{ end }} | ||||
|     </div> | ||||
|   </div> | ||||
| </section> | ||||
| <!-- /teachers --> | ||||
|  | ||||
| {{ end }} | ||||
		Reference in New Issue
	
	Block a user