mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 14:45:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% block outdated %}
 | 
						|
  You're not viewing the latest version.
 | 
						|
  <a href="{{ '../' ~ base_url }}">
 | 
						|
    <strong>Click here to go to latest.</strong>
 | 
						|
  </a>
 | 
						|
{% endblock %}
 |