Skip to content

Instantly share code, notes, and snippets.

@marknagelberg
Created August 20, 2018 04:40
Show Gist options
  • Save marknagelberg/a00249c0c401bfe593a9500428beccaf to your computer and use it in GitHub Desktop.
Save marknagelberg/a00249c0c401bfe593a9500428beccaf to your computer and use it in GitHub Desktop.
<h1>Hello World!</h1>
<br>
<h3>Please enter a name:</h3>
<form method=post>
{{ form.csrf_token }}
{{ form.name.label }}
{{ form.name}}
{{ form.submit }}
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment