brotherton-erpnext/erpnext/templates/pages/search_help.html
Prateeksha Singh b44ea4c8dc [website] Support Portal (#14144)
* [init] support portal

* [support-portal] Get started sections and forum activity

* [support-portal] integrate API search for forums, docs, etc

* [support-portal] integrate doctype docs search via global search

* [support-portal] /help page UI
2018-05-22 11:57:21 +05:30

8 lines
134 B
HTML

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