blob: c0b50f7c1d4c40f09c6f3d4c861c224029278863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div id="tools-buttons" style="width: 100%; text-align: right">
{% if site.inc_before_tools %}
{% include {{ site.inc_before_tools }} %}
{% endif %}
{% include gw_tools/page_actions.html %}
{% include gw_tools/search_module.html %}
{% if site.inc_after_tools %}
{% include {{ site.inc_after_tools }} %}
{% endif %}
</div>
|