16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
---
|
|
import AppLayout from "pages/_components/AppLayout/AppLayout.astro";
|
|
---
|
|
|
|
{
|
|
/* ------------------------------------------- HTML ------------------------------------------- */
|
|
}
|
|
|
|
<AppLayout title="Library">
|
|
<main slot="mainPanel"><h1>Contents</h1></main>
|
|
<div slot="subPanel">
|
|
All the contents (textual, audio, and video) from the Library or other
|
|
online sources.
|
|
</div>
|
|
</AppLayout>
|