import { Meta } from '@storybook/blocks';
import * as EndNotesStories from './EndNotes.stories.svelte';
# EndNotes
End notes includes notes to the main article — usually things like sources, clarifiying notes and minor corrections at the end of a story.
Use it like this:
```svelte
```
... or more commonly, you'll use it with a **ArchieML doc** in the **Graphics Kit** like this:
```yaml
# ArchieML doc
[endNotes]
title: Note
text: Data is current as of today
title: Sources
text: Data, Inc.
title: Edited by
text: Editor, Copyeditor
[]
```
```svelte
```