<aside class="tsd-sources">
    {{#if implementationOf}}
        <p>Implementation of {{#with implementationOf}}{{> typeAndParent}}{{/with}}</p>
    {{/if}}
    {{#if inheritedFrom}}
        <p>Inherited from {{#with inheritedFrom}}{{> typeAndParent}}{{/with}}</p>
    {{/if}}
    {{#if overwrites}}
        <p>Overrides {{#with overwrites}}{{> typeAndParent}}{{/with}}</p>
    {{/if}}
    {{#if sources}}
        <ul>
            {{#each sources}}
                {{#if @root.settings.source.[0]}}
                    <li>Defined in
                        <a href="{{@root.settings.source.[0].path}}{{fileName}}#{{@root.settings.source.[0].line}}{{line}}">
                            {{fileName}}:{{line}}
                        </a>
                    </li>
                {{else}}
                    <li>Defined in {{fileName}}:{{line}}</li>
                {{/if}}
            {{/each}}
        </ul>
    {{/if}}
</aside>