10 lines
348 B
Handlebars
10 lines
348 B
Handlebars
<div class="row row--full-height">
|
|
<div class="column column--5 column--med-10 align-content-top">
|
|
<p>Log in to an existing channel:</p>
|
|
{{>channelLoginForm}}
|
|
</div><div class="column column--5 column--med-10 align-content-top">
|
|
<p>Create a brand new channel:</p>
|
|
{{>channelCreationForm}}
|
|
</div>
|
|
</div>
|
|
|