A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a0924e204985facf3a9eb44f5f0f8a4e53e1ee83 11 lines 203 B view raw
1--- 2layout: layouts/kitchen.vto 3base: ../ 4title: Featured | Diffuse 5--- 6 7<h1 hidden>Featured</h1> 8 9<section> 10 {{ await comp.grid({ id: "featured", items: facets.filter(f => f.featured) }) }} 11</section>