{% extends 'core/base.html' %} {% block title %}Blog - Django Demo Project{% endblock %} {% block content %}
{{ post.content|truncatewords:30 }}
Blog posts will appear here once they're created in the admin panel.