{% extends "_layout.html" %} {% set active_page = 'context' %} {% block title %}Context{% endblock %} {% block javascript %} {% include "javascript/_editor.html" %} {% endblock %} {% block content %} {% set context = api.context(ehash) %}
{{ ehash }}
{{ context.hash }}
{{ context.filename }}:{{ context.line }}
{{ context.context|safe }}
No entry matches the given hash.
{% endif %} {% endblock %}