{{ post.title }}
{{ post.content[:100] }}{% if post.content|length > 100 %}...{% endif %}
{% extends "base.html" %} {% block title %}InkDrop — Write & Share{% endblock %} {% block content %}
A modern platform for writers and creators.
{{ post.content[:100] }}{% if post.content|length > 100 %}...{% endif %}
No posts yet. Be the first to write!
{% endif %}