forked from website/openpower.foundation
				
			
			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.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			492 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			492 B
		
	
	
	
		
			HTML
		
	
| {{ partial "header.html" . }}
 | |
| {{ partial "navbar.html" . }}
 | |
| <main id="main" class="main governance">
 | |
| <div class="container">
 | |
| 	<div class="row no-gutters">
 | |
| 		<div class="col-lg-12 text-center"><h1  class="h2 section-header my-3 my-md-5 pb-2">{{ .Title }}</h1></div>
 | |
| 	</div>
 | |
| 	<div class="row">
 | |
| 		<div class="col-lg-6">
 | |
| 			{{ .Content }}
 | |
| 		</div>
 | |
| 		<div class="col-lg-6 text-center">
 | |
| 			{{ partial "contactform.html" . }}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| </section>
 | |
| </main>
 | |
| {{ partial "footer.html" . }}
 |