{% extends 'base.html' %}
{% load cms_tags static %}
{% block hero %}{% endblock hero %}
{% block body %}
Latest news
{{ article.intro }}
Posted by {{ article.author|title }}
{{ article.publish_at|date:"d F Y" }}
Reading time {{ article.read_time }} {% if article.read_time == 1 %}minute{% else %}minutes{% endif %}