---
title: 'RawScript'
slug: raw-script
description: 'Inline the raw contents of a file into the page at SSR time, addressed by a working-directory-relative path.'
---
## RawScript
**Experimental.** This API is new and may change in a future release.
`` reads a file at SSR time and prints its contents verbatim with `{@html}`. The `src` is resolved relative to the **working directory** — the same convention as the paths you pass to `Mochi.page('./src/...')`:
```svelte
```
Reach for it when you have a chunk of pre-authored JS, JSON, or CSS on disk that you want inlined into the document — an inline `