{{! -------------------------------------------- }} {{! World Details View }} {{! -------------------------------------------- }} {{#*inline "worlds"}}
  • {{#if package.favorite}} {{/if}}

    {{package.title}}

    {{#if package.canPlay}} {{/if}}
    {{{package.description}}}
  • {{/inline}} {{! -------------------------------------------- }} {{! System Details View }} {{! -------------------------------------------- }} {{#*inline "systems"}}
  • {{#if package.favorite}} {{/if}}

    {{package.title}}

    {{{package.description}}}
  • {{/inline}} {{! -------------------------------------------- }} {{! Module Details View }} {{! -------------------------------------------- }} {{#*inline "modules"}}
  • {{#if package.favorite}} {{/if}}

    {{package.title}}

    {{{package.description}}}
  • {{/inline}} {{! -------------------------------------------- }} {{! Details View }} {{! -------------------------------------------- }}
      {{#each packages as |package|}} {{> (lookup .. "type") package=package}} {{/each}}