2015-09-21 14:43:23 -07:00

6 lines
105 B
Handlebars

{{#if group}}
<a href="{{baseuri}}/groups/{{group.name}}">{{group.name}}</a>
{{else}}
{{id}}
{{/if}}