oscar template: implement search input, index page,...

This commit is contained in:
Thomas Pointhuber 2014-09-27 10:23:05 +02:00
parent ef1ead9c4b
commit a538bed745
6 changed files with 48 additions and 9 deletions

View file

@ -0,0 +1,3 @@
{% macro icon(action) -%}
<span class="glyphicon glyphicon-{{ action }}"></span>
{%- endmacro %}