13 lines
404 B
HTML
13 lines
404 B
HTML
{% extends "group/group_base.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
|
|
{% block group_subtitle %}Documents{% endblock %}
|
|
|
|
{% block group_content %}
|
|
{% origin %}
|
|
{% include "doc/search/search_results.html" %}
|
|
{% include "doc/search/search_results.html" with docs=docs_related meta=meta_related skip_no_matches_warning=True %}
|
|
|
|
{% endblock group_content %}
|