```md import { Meta, Story } from '@storybook/addon-docs'; import { Page } from './Page'; export const Template = (args) => ( ); {Template.bind({})} ```