12 lines
		
	
	
		
			305 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'base_fullwidth.html' %}
 | 
						|
 | 
						|
{% block sectiontitle %}Kamikaze Shrubs{% endblock %}
 | 
						|
 | 
						|
{% block title %} 500 - Server Error{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<div class="item">
 | 
						|
The server crashed. Something bad happened. The admins have been notified. Please try to stay calm.
 | 
						|
</div>
 | 
						|
{% endblock %}
 |