class Phlex::Turbo::Frame

def template(&content)

def template(&content)
	turbo_frame(src: @src, loading: @loading, disabled: @disabled, target: @target, autoscroll: @autoscroll, &content)
end