{% extends "pages/wiki/base.html" %} {% block title %} {% if search %} Results for "{{ search }}" {% else %} Wiki Search {% endif %} {% endblock title %} {% block content %} {% from 'macros/render_form.html' import submit_render_form %}
No results for your search.
{% endif %} {% endif %} {% endblock content %}