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

Blog

{% if posts %} {% for post in posts %}

{{ post.title }}

{{ post.date }}

{{ post.excerpt }}

Read More
{% endfor %} {% else %}

Stay tuned! Blog posts coming soon.

This section will feature articles about:

  • Latest research findings
  • Computational biology tutorials
  • Academic insights and experiences
  • Technical guides and best practices
{% endif %}
{% endblock %}