{% extends 'base.html' %} {% load static i18n %} {% load comments crispy_forms_tags thumbnail humanize %} {% block title %}{{ article.title|title }}{% endblock %} {% block content %}
{% trans 'by' %} {{ article.user.get_profile_name|title }}
{% trans 'Posted' %} {{ article.timestamp|naturaltime }}
{{ article.get_markdown|safe }}
{% endthumbnail %}