<%= logo_svg %>
Write a new post
<% if organizations && organizations.size > 0 %>
<%= options_for_select({ "Personal" => "" }.merge(organizations.pluck(:name, :id).to_h), article.organization_id || "") %>
<% end %>
Edit
Preview
<%= inline_svg_tag("x.svg", aria: true, class: "crayons-icon", title: "Close") %>
<% if version == "v2" %>
<% if article.main_image.present? %>
<% end %>
<% if article.main_image.present? %>Change<% else %>Add a cover image<% end %>
<%= article.title %>
<% end %>
<%= (inline_svg_tag("image.svg", aria: true, class: "crayons-icon", title: "Image") + "Upload image").delete!("\n").html_safe %>
<%= article.body_markdown %>
<%= render "pages/editor_markdown_help" %> <%= render "pages/editor_liquid_help" %> <%= render "pages/editor_frontmatter_help" %>