Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created June 29, 2018 17:34
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 Cibernomadas/7b24f59bc7df8b6d666597b95da2dbd0 to your computer and use it in GitHub Desktop.
Save Cibernomadas/7b24f59bc7df8b6d666597b95da2dbd0 to your computer and use it in GitHub Desktop.
{{define "content"}}
<h1>Edit Profile</h1>
<form action="/edit_profile" method="post">
<p>
<label>Username</label><br>
<input type="text" name="username"><br>
</p>
<p>
<label>About Me</label><br>
<textarea cols="50" rows="5" name="about_me"></textarea><br>
</p>
<p><button type="submit">Update</button></p>
</form>
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment