{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block title %}Document Search{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

Document Search

  

{% include "doc/search/search_form.html" %} {% if meta.searching %} {% include "doc/search/search_results.html" %} {% endif %} {% endblock content %} {% block js %} {% endblock %}