{{> userland/header}}
{{#if report.isPackage}}
    {{#each items}}
  • {{this.name}} {{#if this.description}} {{this.description}} {{/if}}
  • {{/each}}
{{/if}} {{#if report.isRepository}}
    {{#each items}}
  • {{this.fullName}} {{#if this.description}} {{this.description}} {{/if}} {{#if this.packageJSON}} {{#if this.packageJSON.keywords}} {{/if}} {{/if}}
  • {{/each}}
{{/if}} {{#if report.isGitHubUser}} {{#each items}} {{#includes blacklist this.user}} includes blacklist this.user {{else}} {{#includes blacklist this.handle}} includes blacklist this.handle {{else}}
  • {{this.user}}
    {{this.repos}} repos
  • {{/includes}} {{/includes}} {{/each}} {{/if}} {{#if report.isnpmUser}} {{/if}}

    This report was last updated {{report.createdAt}}

    {{> userland/footer}}