<%= Dryml.static_tags.include?(tag) ?
content_tag(tag, parameters.default, deunderscore_attributes(attributes)) :
send(tag.gsub('-', '_'), attributes, parameters) %>
<% parameter ||= :default %>
<%= if when_
if Dryml.static_tags.include?(tag)
content_tag(tag, parameters.default, deunderscore_attributes(attributes))
else
send(tag.gsub('-', '_'), attributes, { parameter.to_sym => parameters[:default] })
end
else
parameters.default
end %>
<%=
locals ||= {}
render(:partial => name, :locals => locals.merge(:this => this)).html_safe
%>
<%=
raise ArgumentError, "Cannot on #{this.inspect}" unless this.respond_to? :each
context_map do
parameters.default
end.safe_join(join)
%>
<%= parameters.default %>
<%=
test = all_attributes.fetch(:test, this)
res = (cond = !test.blank?) ? parameters.default : ""
Dryml.last_if = cond
res
%>
<%= parameters.default unless Dryml.last_if %>
<%=
test = all_attributes.fetch(:test, this)
res = (cond = test.blank?) ? parameters.default : ""
Dryml.last_if = cond
res
%>
<%=
res = ""
new_field_context(fake_field, context) { res << parameters.default }
raw res
%>
<%=raw "" -%><%= raw "" -%>
<%=raw "" -%>
<%=raw "" -%><%= raw "" -%>
<%=raw "" -%>
<%=raw "" -%>
<%=raw "" -%>
<%=raw "" -%>
<%=raw "" -%><%= raw "" -%>
<%=raw "" -%><%= raw "" -%>
<%=raw "" -%><%= raw "" -%>
<%=raw "" -%>