{% extends "base.html" %} {% block content %}
You can find more information about the developers in the Team page.
{% for entry in blogs %}By {{ entry.author }} on {{ entry.date|date:"M, d Y" }}
{{ entry.content.0.value|striptags|safe|truncatewords:20 }} Read more
{% endfor %} {% endblock %}