New Post

<%= simple_form_for @post do |f|%> <%= f.input :title, placeholder: "Title" %>

Note: You can use <%= link_to "Markdown", "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet", target: "_blank" %>!

<%= f.text_area :content, placeholder: "Text", input_html: {class: "full-width vertical"} %>

<%= f.submit "Create Post", class: "btn blue left" %>

<% end %>