* [docs-portal] search documentation * [doc-search] remove search-result template * [portal-search][minor] add search result section title * [portal-search] make search result section macro * [portal-search] two-col layout for more sections
7 lines
134 B
HTML
7 lines
134 B
HTML
{% extends "templates/web.html" %}
|
|
|
|
{% block page_content %}
|
|
|
|
{% include "templates/includes/search_template.html" %}
|
|
|
|
{% endblock %}
|