{% extends "context/base.html" %} {% block title %}Context Home{% endblock %} {% block content %} {# got an output_string? #} {% if output_string %}

{{ output_string }}

{% endif %}

Context Home

Use the links in the above header to access the pages that make up the Context application.

{% endblock %}