{% extends "base.html" %} {% load cache i18n tagging_tags tagging_related %} {% block title %}{{ object.title }} | {{ block.super }}{% endblock %} {% block content %} {% cache 180 "quote.quote_detail" object.pk %}
{{ object.quote }}