Skip to content

Instantly share code, notes, and snippets.

@Ryomasao
Created October 31, 2017 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryomasao/8f7586e8bf8b8c4aac0ea1e007e76e12 to your computer and use it in GitHub Desktop.
Save Ryomasao/8f7586e8bf8b8c4aac0ea1e007e76e12 to your computer and use it in GitHub Desktop.
シンプルなフォーム画面_1
//- トップページ画面
extends ./template/_layout.pug
block contents
form(method="post",action="/form_sample")
h1 シンプルなPOST
br
input(type="text" name="food_name")
button PushMe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment