Node.js Blog System
25개 이상의 토픽을 선택하실 수 없습니다. 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") %>