Hello Nubo
This HTML is written inside Nubo.
```
This makes it possible to build pages without switching between a separate template language and normal code.
HTML feels like a natural part of the language.
## Components as Functions
Nubo can also use functions as components.
```tsx
fn Button(text: string) html {
return