Mustache Fix for my static site generator
I'd been stuck on generating the mustache templates in files when running build.rb in the CLI.
# :nodoc:
class Index < Mustache
def head
puts '
Document
'
end
end
This isn't the right approach and as I read more of the docs I've come to understan