seitime-frappe/frappe/www/search_docs.html
Prateeksha Singh e3115bfbc7 [docs-portal] Search the Docs (#5558)
* [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
2018-05-22 10:23:13 +05:30

7 lines
134 B
HTML

{% extends "templates/web.html" %}
{% block page_content %}
{% include "templates/includes/search_template.html" %}
{% endblock %}