{% extends 'base/base.html' %} {% block title -%}{{ _("About") }} ยท {{ super() }}{%- endblock title %} {% block content %} {{ breadcrumb(active=_('About')) }} {% cache 300 %}
{{ _('About')}}
about
{% endcache %} {% endblock %}