dep-sol2/documentation/source/_themes/sol2/layout.html
ThePhD 8618e39486
🛠 Prepare for the a sol4 release...
- 🎨 Refactor the CMake a whle bunch
2021-03-06 01:03:23 -05:00

16 lines
411 B
HTML

{%- extends "haiku/layout.html" %}
{% set script_files = script_files + ["_static/search-fix.js"] %}
{% block haikuheader %}
<div class="header-left">
{{ super() }}
</div>
<div class="header-right">
<h3>Search the Documentation</h3>
<form action="{{ pathto('search') }}" method="get">
<input type="text" name="q" value="">
<input type="submit" value="search">
</form>
</div>
{% endblock %}