Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 24, 2017 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/b42440a721317afdc372786be938b534 to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/b42440a721317afdc372786be938b534 to your computer and use it in GitHub Desktop.
List group - Blog
<template>
<ul class="list-group">
<li repeat.for="item of itemsSource" class="list-group-item">
<template replaceable part="item-template">${defaultValue(item)}</template>
</li>
</ul>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment