% form = assigns[:f] %> <% action_text = assigns[:action_text] || ~c"Edit" %> <% action_icon = assigns[:action_icon] || ~c"edit" %> <% field_name = assigns[:name] || :body %> <% field_placeholder = assigns[:placeholder] || "Your message" %> <% is_required = assigns[:required] %> <% input_classes = assigns[:class] %>