24 lines
652 B
Plaintext
24 lines
652 B
Plaintext
---
|
|
package com.jessebrault.site.biography
|
|
|
|
import com.jessebrault.site.StandardPage
|
|
import com.jessebrault.site.util.OpenGraph
|
|
---
|
|
<StandardPage
|
|
title={title}
|
|
openGraph={<OpenGraph
|
|
title="Biography"
|
|
type="website"
|
|
description={"Conductor and composer Jesse Brault studied orchestral conducting at the Juilliard School with Maestros Alan Gilbert and James Ross."}
|
|
path="/"
|
|
/>}
|
|
banner={<BiographyBanner />}
|
|
pageScripts={['/biography.js']}
|
|
>
|
|
<div class="article-container">
|
|
<article id="biography-article">
|
|
<%= renderBiography() %>
|
|
</article>
|
|
</div>
|
|
</StandardPage>
|