diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-27 10:23:05 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
commit | a538bed745a688d17c98372785dd2c0644e6019b (patch) | |
tree | 554785c22fb9e14227a4ba487bf5cce04db6abe8 /searx/templates/oscar/macros.html | |
parent | ef1ead9c4bfb6a68cc6c0f8727c4af8d99206eb8 (diff) | |
download | searxng-a538bed745a688d17c98372785dd2c0644e6019b.tar.gz searxng-a538bed745a688d17c98372785dd2c0644e6019b.zip |
oscar template: implement search input, index page,...
Diffstat (limited to 'searx/templates/oscar/macros.html')
-rw-r--r-- | searx/templates/oscar/macros.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/templates/oscar/macros.html b/searx/templates/oscar/macros.html new file mode 100644 index 000000000..f61de2015 --- /dev/null +++ b/searx/templates/oscar/macros.html @@ -0,0 +1,3 @@ +{% macro icon(action) -%}
+ <span class="glyphicon glyphicon-{{ action }}"></span>
+{%- endmacro %}
|