Child: [fad9e0] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10
{% extends 'forgewiki:templates/wiki/master.html' %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Search{% endblock %} {% block header %}Search {{c.app.config.options.mount_point}}: {{q}}{% endblock %} {% block wiki_content %} {{c.search_results.display(results=results,q=q,history=history, count=count,limit=limit,page=page)}} {% endblock %}