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