Experiment to rebuild Diffuse using web applets.
1---
2import Page from "../../../layouts/page.astro";
3---
4
5<Page title="Diffuse">
6 <script src="../../../scripts/themes/pilot/index.js"></script>
7
8 <!-- Temporary filler to push audio UI down to the bottom -->
9 <div class="filler" style="flex: 1;"></div>
10
11 <!-- Theme applets -->
12 <iframe id="applet__ui__audio" src="ui/audio/"></iframe>
13</Page>