diff options
Diffstat (limited to 'templates/results_entities.html')
-rw-r--r-- | templates/results_entities.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/results_entities.html b/templates/results_entities.html new file mode 100644 index 0000000..d81086e --- /dev/null +++ b/templates/results_entities.html @@ -0,0 +1,10 @@ +{% if show_form == True %} + {% include 'search_form_entity.html' %} +{% else %} + {% include 'header.html' %} +{% endif %} + +{{ results }} + + +{% include 'footer.html' %}
\ No newline at end of file |