{%- set title = "$pagetitle$" %} {%- set is_docs = True %} {%- set template_part = "header" %} {%- set authors = [ $for(author-meta)$ "$author-meta$", $endfor$ ] %} {%- set meta_additional = { "author": authors, } %} {%- include "main.html.j2" %}

{{ title }}

Version $bird_version$ | TGZ

Available versions: {% for v in releases | reverse -%} {% if (v.type == 'current') or 'show_doc' in v %} {{- v.version -}} {%- if not loop.last %} | {% endif -%} {%- endif -%} {%- endfor %}

Authors: {%- for a in authors %} {{ a.split('<')[0][:-1] }}{% if not loop.last %}, {% endif %} {%- endfor %}

$abstract$

$body$
{% set template_part = "footer" %} {% include "main.html.j2" %}