mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-01 00:17:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "bootstrap4/bootstrap4.html" %}
 | |
| 
 | |
| {% load bootstrap4 %}
 | |
| 
 | |
| {% block bootstrap4_title %}{% block title %}{% endblock %}{% endblock %}
 | |
| 
 | |
| {% block bootstrap4_content %}
 | |
|         {% autoescape off %}{% bootstrap_messages %}{% endautoescape %}
 | |
|         {% block content %}(no content){% endblock %}
 | |
| {% endblock %}
 |