<%- include("partials/document-head.ejs") %> Yet-Another-Blog <%- include("partials/header.ejs") %>
New Post
Title
Description
Tags
Content
<%- include("partials/richTextEditor.ejs", {text_selector: 'post-content', prefill: existing_blog.raw_content}) %>
Post Date
<%- include("partials/footer.ejs") %>