{% extends 'page.html' %} {% block twittercard %}summary{% endblock %} {% block precontent %} {% endblock %} {% block postcontent %}

Uredniki

{% for editor in editors %}
{% include 'author_bio.html' with author=editor only %}
{% endfor %}

Avtorji

{% for contributor in contributors %}
{% include 'author_bio.html' with author=contributor only %}
{% endfor %}
{% endblock %}