{% extends "base.html" %} {% block title %}Developer's Blogs - Zeitgeist Project{% endblock %} {% block content %}

Developer's Blogs

Latest Posts

You can find more information about the developers in the Team page.

{% for entry in blogs %}

{{ entry.title }}

By {{ entry.author }} on {{ entry.date|date:"M, d Y" }}

{{ entry.content.0.value|striptags|safe|truncatewords:20 }} Read more

{% endfor %} {% endblock %}