{% if search_bio %}
{% for item in search_bio %}
{% endfor %}
{% elif search_blog %}
{% for item in search_blog %}
{% endfor %} {% elif search_blog == "" or search_bio == "" %}
{% else %}
{% for item in page_obj %}
{% endfor %}
{% endif %}
{% if search_blog or search_bio %}
{% elif search_blog == "" or search_bio == "" %}
{% else %}
{% endif %}
{% endfor %} {% elif search_blog == "" or search_bio == "" %}