# File lib/staticmatic/mixins/render.rb, line 134 def source_template_from_path(path) file_dir, file_name = File.split(path) file_name.chomp!(File.extname(file_name)) [ file_dir, file_name ] end