{% extends 'base.html' %} {% block title %}Course Blogs by Startup{% endblock title %} {% block head %} {% endblock head %} {% block body %} {% load humanize %}
{{ post.content| truncatechars:200 }}