Node.js Blog System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
182 B

  1. <%- include("../head.ejs") %>
  2. <div class="container">
  3. <form action="/articles" method="POST">
  4. <%- include("_form.ejs") %>
  5. </form>
  6. </div>
  7. <%- include("../foot.ejs") %>