<h2 class="mb-2 font-bold uppercase leading-normal">At a Glance</h2>
<ul class="m-0">
    <li class="mb-2 leading-normal">Apple stock is on the rise.</li>
    <li class="mb-2 leading-normal">Tim Cook to debut new gadget.</li>
</ul>
{{#if title}}
	<h2 class="mb-2 font-bold uppercase leading-normal">{{ title }}</h2>
	{{/if}}
	{{#if items}}
	<ul class="m-0">
		{{#each items}}
		<li class="mb-2 leading-normal">{{{ string }}}</li>
		{{/each}}
	</ul>
	{{/if}}
{
  "title": "At a Glance",
  "items": [
    {
      "string": "Apple stock is on the rise."
    },
    {
      "string": "Tim Cook to debut new gadget."
    }
  ]
}
  • Handle: @article-summary
  • Preview:
  • Filesystem Path: components/04-article-components/article-summary/article-summary.hbs

There are no notes for this item.