module Phlex::Table

def collection_template(&block)

def collection_template(&block)
	table do
		head_template
		body_template(&block)
		foot_template
	end
end