b44ea4c8dc
* [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
8 lines
134 B
HTML
8 lines
134 B
HTML
{% extends "templates/web.html" %}
|
|
|
|
{% block page_content %}
|
|
|
|
{% include "templates/includes/search_template.html" %}
|
|
|
|
{% endblock %}
|