{% extends "internal/base.html" %} {% block title %}{{group}} authors{% endblock %} {% block content %} Authors in the {{group}} group {% for author in authors %} {% if author.image is not none %} {{author.image.html(site)}} {%- endif -%} {%- set ns = namespace(elements=[]) -%} {%- for group in author.groups -%} {%- set element = '' ~ group ~ '' -%} {%- set ns.elements = ns.elements + [element] -%} {%- endfor -%} {{ ns.elements | join('•') }} {{author.name}} {{author.bio.html(site)}} {% endfor %} {% endblock %}
{{author.bio.html(site)}}