django-rest-framework/docs/templates/layout.html
tom christie tom@tomchristie.com 0c6f682cd0 Fix errant uppercasing in docs
2011-02-01 20:00:16 +00:00

12 lines
338 B
HTML

{% extends "!layout.html" %}
{%- if not embedded and docstitle %}
{%- set titleprefix = docstitle|e + " - "|safe %}
{%- else %}
{%- set titleprefix = "" %}
{%- endif %}
{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}