# File lib/cgikit/delegate.rb, line 167
    def container_tag
      s = "<#@name #{attributes_string()}"
      unless @other.empty? then
        s << " #@other"
      end
      s << ">#@content</#@name>"
      s
    end