{% extends 'blog/partials/base.html' %} {% block content %}
{% load static %} {% load times %}
{% comment %} Search and Filter {% endcomment %}

Search & Filter:  


{% for repo in repos %} {% endfor %}

{{ repo.name }}

{{ repo.description }}

{% endblock %}