You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							332 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							332 B
						
					
					
				
								{% extends "base.html" %}
							 | 
						|
								{% block content %}
							 | 
						|
								<h1>Welcome, {{user.name | safe}}</h1>
							 | 
						|
								<article>
							 | 
						|
								  <a href="{{url_for('batch_query_request')}}">
							 | 
						|
								    <button>
							 | 
						|
								      Batch Search Chemicals
							 | 
						|
								    </button>
							 | 
						|
								  </a>
							 | 
						|
								  <a href="{{url_for('accounts_edit')}}">
							 | 
						|
								    <button>
							 | 
						|
								      Edit your profile
							 | 
						|
								    </button>
							 | 
						|
								  </a>
							 | 
						|
								</article>
							 | 
						|
								{% endblock %}
							 |