mirror of
				https://github.com/golang/go.git
				synced 2025-11-03 18:20:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1>Editing {{.Title |html}}</h1>
 | 
						|
 | 
						|
<form action="/save/{{.Title |html}}" method="POST">
 | 
						|
<div><textarea name="body" rows="20" cols="80">{{printf "%s" .Body |html}}</textarea></div>
 | 
						|
<div><input type="submit" value="Save"></div>
 | 
						|
</form>
 |