Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
chat-template-playground
like
25
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
chat-template-playground
/
src
/
routes
/
+layout.svelte
mishig
HF Staff
Initial commit
50bebf4
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
104 Bytes
<
script
lang
=
"ts"
>
import
'../app.css'
;
let
{ children }
= $props();
</
script
>
{@render children()}