# File lib/jekyll/page.rb, line 47 def template if self.site.permalink_style == :pretty && !index? && html? "/:basename/" else "/:basename:output_ext" end end