blob: a644761b659db8fe6095ee30edcafec06749c197 (
plain)
1
2
3
4
5
6
|
{% extends "oscar/base.html" %}
{% block title %}{{ _('about') }} - {% endblock %}
{% block content %}
{{ help.about | safe }}
{% include "__common__/aboutextend.html" ignore missing %}
{% endblock %}
|