{% extends 'index.html' %} {% load pages_tags static i18n humanize %} {% block header %}

{% placeholder "title" %}

{% placeholder "lead" with Textarea %}

Published {{ current_page.creation_date | naturalday }} {% if current_page.tags.count %} in the categories: {% for tag in current_page.tags.all %} {{ tag.name }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} by {{ current_page.author.first_name }} {{ current_page.author.last_name }}

{% endblock %} {% block content %}
{% imageplaceholder 'lead-image' block %} {% if content %} {% endif %} {% endplaceholder %}
{% placeholder "content" with RichTextarea %}
{% endblock %}