class Phlex::SGML

def view_template

Other tags:
    Example: Alternatively, you can delegate the content block to an element. -
    Example: Your template may yield a content block. -

Other tags:
    Abstract: - Override to define a template for your component.
def view_template
	if block_given?
		yield
	end
end