summaryrefslogtreecommitdiff
path: root/djangoproject/templates/homepage.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/homepage.html')
-rw-r--r--djangoproject/templates/homepage.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/djangoproject/templates/homepage.html b/djangoproject/templates/homepage.html
index 23375bb4..1019c6df 100644
--- a/djangoproject/templates/homepage.html
+++ b/djangoproject/templates/homepage.html
@@ -1,8 +1,10 @@
{% extends "base_3col.html" %}
-{% load fundraising_extras i18n weblog hosts %}
+{% load fundraising_extras hosts i18n weblog %}
{% block sectionid %}homepage{% endblock %}
+
{% block body_class %}homepage{% endblock %}
+
{% block layout_class %}column-container sidebar-right{% endblock %}
{% block header %}
@@ -12,7 +14,7 @@
<p>
<a href="{% url 'start' %}" class="cta">{% translate "Get started with Django" %}</a>
</p>
-{% endblock %}
+{% endblock header %}
{% block content %}
<div class="section">
@@ -100,7 +102,7 @@
{% endcomment %}
<!-- END #content-secondary -->
-{% endblock %}
+{% endblock content %}
{% block content-related %}
<h2 class="visuallyhidden" id="aside-header">{% translate "Additional Information" %}</h2>
@@ -192,7 +194,7 @@
{% endcomment %}
</div>
-{% endblock %}
+{% endblock content-related %}
{% block alert %}
{% comment %}
@@ -211,4 +213,4 @@
</div>
</div>
{% endcomment %}
-{% endblock %}
+{% endblock alert %}