{% extends "base.html" %} {% block content %}
{{ article.excerpt[:200] }}{% if article.excerpt|length > 200 %}...{% endif %}