{{ topic.author_name[0]|upper }}
{{ topic.author_name }}
{{ topic.created_at | timeago }}
{{ topic.content | markdown | safe }}
{% extends "base.html" %} {% block title %}{{ topic.title }} - Forum{% endblock %} {% block meta_description %}{{ topic.content[:160] }}{% endblock %} {% block content %}
{{ topic.view_count }} views · {{ replies|length }} replies
This topic is locked and cannot receive new replies.