{{ post.content.value[:200] }}{% if post.content.value|length > 200 %}...{% endif %}
{% extends "base.html" %}
{% block title %}Blog - Home{% endblock %}
{% block content %}
Discover stories, thinking, and expertise from writers on any topic.
{% if can_create %}
Write a Post
{% endif %}
Latest Posts
{{ post.content.value[:200] }}{% if post.content.value|length > 200 %}...{% endif %}