18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
@inherits LayoutComponentBase
|
|
<div class="page">
|
|
<div class="sidebar">
|
|
<NavMenu/>
|
|
</div>
|
|
<div class="content-wrapper">
|
|
<main>
|
|
<article class="content px-4">
|
|
<TelerikRootComponent>
|
|
@Body
|
|
</TelerikRootComponent>
|
|
</article>
|
|
</main>
|
|
<footer class="footer">
|
|
<p>This website is not associated with <a href="https://earthbornegames.com/" target="_blank" rel="noopener noreferrer">Earthborne Games</a>.</p>
|
|
</footer>
|
|
</div>
|
|
</div> |