# File lib/staticmatic/base.rb, line 71 def layout_exists?(name) File.exists? full_layout_path(name) end