# File lib/staticmatic/helpers.rb, line 86
    def text_field(name, value, options = {})
      options.merge!(:type => "text", :name => name, :value => value)
      tag(:input, options)
    end