# code-block-pro/1.27.2/build/shiki/samples/gts.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.27.2. 8 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.27.2/code/build/shiki/samples/gts.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.27.2/raw/build/shiki/samples/gts.sample
- Modified: 2023-06-26T00:21:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.27.2/code/build/shiki/samples/gts.sample#L10-L20`.

```
import type { TemplateOnlyComponent } from '@glimmer/component';

const Greet: TemplateOnlyComponent<{ name: string }> = <template>
  <p>Hello, {{@name}}!</p>
</template>

# From https://rfcs.emberjs.com/id/0779-first-class-component-templates

```
