forked from fediversity/fediversity
		
	git-subtree-dir: website git-subtree-mainline:83b1c9ac3bgit-subtree-split:d208ee83f8
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
| <section class="section-sm">
 | |
|   <div class="container">
 | |
|     <div class="row justify-center">
 | |
|       <div class="md:col-10 lg:col-7 text-center">
 | |
|         {{ partial "image" (dict "Src" .Params.image "Alt" .Title "Class"
 | |
|         "mx-auto mb-6" "Size" "200x200") }}
 | |
|         <h2 class="h3 mb-6">{{ .Title }}</h2>
 | |
|         <div class="content">{{ .Content }}</div>
 | |
|       </div>
 | |
|     </div>
 | |
|   </div>
 | |
| </section>
 | |
| {{ end }}
 |