{% extends 'base.html' %} {% block title %}Troggle Debug - Generic page{% endblock %} {% block content %}

Troggle Debug Page

This is temporary debugging output. There has NOT been an error.

{% if message %}
            {{message}}
        
{% else %}

Placeholder.

{% endif %}

 

What you should do now

Please report this by emailing the nerds at expo-tech@lists.wookware.org with this information:

  1. The message written in red above.
  2. The previous page URL:
  3. Go back to this previous page and see if you can tell whether the page causing the debug output was in HTML text which had been written manually, or whether it appeared to be a programming intention.
{% endblock %}