forked from jason/cpolis
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{define "page-content"}}
 | 
						|
<h2>Neuer Benutzer</h2>
 | 
						|
 | 
						|
<form>
 | 
						|
    <input required name="tag" placeholder="Tag" type="text" />
 | 
						|
    <input type="submit" value="Anlegen" hx-post="/add-tag/" hx-target="#page-content" />
 | 
						|
</form>
 | 
						|
 | 
						|
<button hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
 | 
						|
{{end}}
 |