{% extends 'Layout/news_layout.html' %} {% block content %} Searching
Search Result : {{title}}
{% if searchCatList %} {% for cat in searchCatList %} {% include 'components/categoryTile.html' %} {% endfor %} {% elif searchProdList %} {% for prod in searchProdList %} {% include 'components/categoryTile.html' with cat=prod %} {% endfor %} {% else %}
{% if logo.ciLogo %} {{logo.ciLogo.title}} {% else %}

Tricom

{% endif %}

Incorrect Input : {{title}}

Please search again

{% endif %}
{% endblock content %}