{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %}

    {% trans "Error" %}

    {% trans "Could not find the page you were looking for." %}

    {% endblock %}