{% block head %} {% endblock %}
DRAFT PAGE
{% for cat in categories %}
{{cat}}
{% for page in pages %} {% if page.category == cat %}
{{ page.name }}
{% endif %} {% endfor %}
{% endfor %}
Resources
Forums
Bounties
Bug Tracking
Dev Blog
Press Center
Brand Guidelines
Site Source
{% if currentpage.sidebar %} {% endif %}
{% block main %}{% endblock %}
{% include 'template-footer.html' %} {% block endbody %}{% endblock %}