{% extends "base.html" %} {% block title %}ALEPH 1 | IMK'S BLOG{% endblock title %} {% block content %}

ℵ₁ | IMK'S BLOG


{% for fm in posts %}
PIN

{{fm.title}}


  • On: {{fm.posted}}
  • By: {{fm.author}}
  • Reading time:{{fm.estimated_reading_time}} min
  • Tags: {{fm.tags}}
{% endfor %}
{% endblock content %}