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.
14 lines
167 B
HTML
14 lines
167 B
HTML
3 years ago
|
{{ partial "header.html" . }}
|
||
|
|
||
|
{{ partial "navbar.html" . }}
|
||
|
|
||
|
<main id="main">
|
||
|
|
||
|
{{ partial "contactform.html" . }}
|
||
|
|
||
|
</section>
|
||
|
|
||
|
</main>
|
||
|
|
||
|
{{ partial "footer.html" . }}
|