{% extends "oscar/base.html" %} {% block title %}{{ _('about') }} - {% endblock %} {% block content %} {{ help.about | safe }} {% include "__common__/aboutextend.html" ignore missing %} {% endblock %}