aboutsummaryrefslogtreecommitdiffstats
path: root/templates/results_entities.html
blob: d81086e5ee707bd93fa9e02477783e3707447862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% if show_form == True %}
    {% include 'search_form_entity.html' %}
{% else %}
    {% include 'header.html' %}
{% endif %}  

{{ results }}


{% include 'footer.html' %}