{% extends "_layout.html" %} {% set active_page = 'context' %} {% set page_title = "Context: " + ehash %} {% block content %} {% set context = api.context(ehash) %} {% if context %}
{{ context.hash }}
{{ context.filename }}:{{ context.lineno }}
{{ _('No entry matches the given hash.') }}
{% endif %} {% endblock %}