# File lib/webby/renderer.rb, line 200 def _render_page _track_rendering(@page.path) { Filters.process(self, @page, @page._read) } end