import { hbs } from 'ember-cli-htmlbars';
export default {
title: 'EmberOptions/Polyfills',
};
export const namedBlockExample = () => {
return {
template: hbs`
<:title>This article is awesome!
<:body>
My blog has very awesome content, and everyone should
read it.
`,
};
};