{{!--
    Renders the paths-section of the Rest-Service definition
    @params {Path[]} paths a list of Swagger Path-Objects
    @api public
--}}
<article id="endpoints" class="content">
    <h2>Endpoints</h2>
{{#eachSorted groups}}
{{>api/group}}
{{/eachSorted}}
</article>
