summaryrefslogtreecommitdiff
path: root/templates/500.html
blob: 84954d9661c3677e165ebc9667f7c42b90cd2719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{% extends 'base.html' %}
{% load typogrify %}
{% block pagetitle %}Luxagraf | Internal Server Error {% endblock %}
{% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %}

				
				{% block title %}500 Internal Server Error{% endblock %}
								
				
                {% block primary %}
				
                <p>Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.</p>
                
                {% endblock %}

			
    
{% block sidebar %}
<div id="sidebar">
    <div id="nav" class="first"><a href="{{featured.get_previous_published.get_absolute_url}}" title="">&laquo;Previous</a></div>
    <div class="blok">
    <h4>Topography</h4>
        {% chunk "regions_sidebar" %}
    </div>
	<div class="blok">
        <h4>About Luxagraf</h4>
        {% chunk "about_sidebar" %}

    </div>

    <div class="blok">
	    <h4>Follow Along</h4>
        {% chunk "follow_sidebar" %}
    </div>
</div><!-- sidebar -->

{% endblock %}