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.
22 lines
510 B
HTML
22 lines
510 B
HTML
3 years ago
|
{{ 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-12">
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12">
|
||
|
{{ partial "passportform.html" . }}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</main>
|
||
|
{{ partial "footer.html" . }}
|