{% extends 'base.html' %} {% block content %}

Search-Term-{{keyword}}

{% if blogs %} {% for i in blogs %}

{{i.title}}

{{i.created_at | timesince}} ago | {{i.auther}}

{{i.short_description | truncatewords:25 }}

{% endfor %} {% else %}

No Post Found

{% endif %}
{% endblock %}