class Phlex::HTML

def around_template

def around_template
	before_template
	yield
	after_template
end