customMREFContent.tmpl.partial 358 B

12345678910
  1. {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
  2. {{!Add your own custom template for the content for ManagedReference here}}
  3. {{#_splitReference}}
  4. {{#isCollection}}
  5. {{>partials/collection}}
  6. {{/isCollection}}
  7. {{#isItem}}
  8. {{>partials/item}}
  9. {{/isItem}}
  10. {{/_splitReference}}