{% extends theme/author.html %} {% block title %}{{ $author['name'] }} - Our Cool Site {% endblock %} {% block navigation %}
{% endblock %} {% block authorimage %}{% endblock %} {% block content %}{{ $authorArticle['excerpt'] }}
{{ date("d F, Y", strtotime($authorArticle['created'])) }}