# code-block-pro/1.6.0/build/shiki/samples/astro.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.6.0. 17 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.6.0/code/build/shiki/samples/astro.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.6.0/raw/build/shiki/samples/astro.sample
- Modified: 2022-08-22T22:25:46+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.6.0/code/build/shiki/samples/astro.sample#L10-L20`.

```
---
const name = "world"
---

<!DOCTYPE html>
<html>
  <head>
    <!-- This... is an Astro comment. -->
    <title>Hello, {name}</title>
  </head>
  <body>
    <main>
      <h1>Hello, {name}</h1>
    </main>
  </body>
</html>

```
