{% extends "PyLucid_base.html" %} {% block base_head %} {% endblock %} {% block base_content %}
{% trans "If you haven't installed PyLucid go into the _install section:" %} {{ request.META.HTTP_HOST }}{% url PyLucid.install.index.menu . %}
{% trans 'Please read the install guide:' %}
{% endblock %} {% block base_footer %}The original error was:
{{ exception }}{% if traceback %}
Traceback:
{{ traceback }}{% endif %}
{% trans 'page stats:' %}
{% endblock %}