forked from jason/cpolis
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{define "page-content"}}
 | 
						|
<h2>Neuer Tag</h2>
 | 
						|
 | 
						|
<form>
 | 
						|
    <input required name="tag" placeholder="Tag eingeben" type="text" />
 | 
						|
    <div class="btn-area">
 | 
						|
        <input class="action-btn" type="submit" value="Anlegen" hx-post="/add-tag" hx-target="#page-content" />
 | 
						|
        <button class="btn" hx-get="/hub" hx-target="#page-content">Abbrechen</button>
 | 
						|
    </div>
 | 
						|
</form>
 | 
						|
 | 
						|
{{end}}
 |