{# ------------------------------------------------------- #} {# SEARCH RESULTS #} {# Webhook provides built in JS powerd search based upon your build directory #} {# The input form is in templates/partials/base.html #} {# This page outputs the actual results. #} {# DOCUMENTATION #} {# http://www.webhook.com/docs/search/ #} {# BASED ON TIPUE SEARCH #} {# This search is based on Tipue Search, which is MIT OS software. #} {# https://github.com/Tipue/Tipue-Search #} {# ------------------------------------------------------- #} {% extends "templates/partials/base.html" %} {% block body_attributes %}data-search-index="false"{% endblock %} {% block head_extra %} {# STYLES FOR THE SEARCH RESULTS. #} {# Feel free to replace and put in a css file. #} {% parent %} {% endblock %} {% block content %}
{# SEARCH RESULTS WILL GO IN HERE. #}
{% endblock %} {% block scripts_extra %} {# DO NOT MINIFY THIS FILE #} {% endblock %}