forked from asklyphe-public/asklyphe
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<div class="user-bar">
							 | 
						||
| 
								 | 
							
								    <span class="user-welcome">welcome {{ info.username }}!</span>
							 | 
						||
| 
								 | 
							
								    {%if info.administrator %}
							 | 
						||
| 
								 | 
							
								    <a class="button" href="/admin">admin</a>
							 | 
						||
| 
								 | 
							
								    {% endif %}
							 | 
						||
| 
								 | 
							
								    <a class="button" href="/user_settings">settings</a>
							 | 
						||
| 
								 | 
							
								    <form action="/logout" method="post">
							 | 
						||
| 
								 | 
							
								        <button type="submit" id="logout_button">logout</button>
							 | 
						||
| 
								 | 
							
								    </form>
							 | 
						||
| 
								 | 
							
								</div>
							 |