{% extends "admin/base_site.html" %} {% load static %} {% block title %}DjangoQL search syntax{% endblock %} {% block extrahead %} {% endblock %} {% block coltype %}colM{% endblock %} {% block content_title %}

DjangoQL search syntax

{% endblock %} {% block content %} {# The help body is rendered from per-language Markdown (djangoql.syntax_help). #} {# When a Markdown compiler is installed it arrives as HTML; otherwise it is #} {# raw Markdown shown verbatim in a
 block.                                #}
  
{% block syntax_help_body %} {% if is_html %} {{ body|safe }} {% else %}
{{ body }}
{% endif %} {% endblock %}
{% endblock %}