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
470 B
HTML
22 lines
470 B
HTML
{{ partial "header.html" . }}
|
|
|
|
{{ partial "navbar.html" . }}
|
|
<main class="main">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12 text-center">
|
|
<h1 class="h1 section-header my-3 my-md-5 pb-2">{{ .Title }}</h1>
|
|
</div>
|
|
<div>
|
|
<div class="row">
|
|
<div class="col-md-2"> </div>
|
|
<div class="col-md-8 text-left">
|
|
{{ .Content }}
|
|
</div>
|
|
<div class="col-md-2"> </div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
{{ partial "footer.html" . }}
|