def get(self): if request.path.endswith('.html'): return html.render_homepage(resource_listing_endpoint) return registry