{% extends "base.html" %} {% block title %} Code 9ja - Learn coding in Nigerian Pidgin {% endblock %} {% block keywords %}Keywords specific to this page{% endblock %} {% block description %}Description specific to this page{% endblock %} {% block author %}Author Name{% endblock %} {% block content %}
Latest Posts

Tori as E dey hot

{% if blogs %} {% for blog in blogs %}
{{ blog.title }}
  • {{ blog.author }}
  • {{ blog.date_posted.strftime("%Y-%m-%d") }}. {{ blog.duration }} min
{% endfor %} {% else %} {% endif %}
{% endblock %}