forked from waifu/kemoverse
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "_base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
|     <h1>Submit a Character</h1>
 | |
|     <p>Want to add a new character to the gacha pool?</p>
 | |
|     <p>This feature will be available soon. Stay tuned!</p>
 | |
|     <a href="{{ url_for('index') }}">← Back to Home</a>
 | |
| {% endblock %} |