Child: [fad9e0] (diff)

Download this file

search.html    10 lines (7 with data), 379 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% extends g.theme.master %}
{% 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 content %}
{{c.search_results.display(results=results,q=q,history=history,
count=count,limit=limit,page=page)}}
{% endblock %}