{% extends 'blog/partials/base.html' %} {% block content %} {% load replace %}

Search & Filter:  

{% load static %} {% load times %}

{% comment %} Search and Filter {% endcomment %}
{% for repo in repos %} {% comment %} {% endfor %}
{% endcomment %}

{% comment %} {{ repo.name }} {% endcomment %} {% if repo.isFork %} {% endif %} {% if repo.isArchived %} {% endif %}

{{ repo.description }}

{% if repo.homepageUrl %} {{ repo.homepageUrl|replace:'https://'|replace:'http://' }} {% endif %} Last Pushed: {{ repo.pushedAt }}


{% if repo.licenseInfo %} {{ repo.licenseInfo.name }} {% endif %} {{ repo.stargazerCount }} {{ repo.forkCount }}

{% endblock %}