{%- for cap in entry.iter_captions() %}
{{ cap[0] }} {{ cap[1] }}
{% endfor -%}
|
{%- if url_prefix -%} {{ entry.endpoint }} {%- else -%} {{ entry.funcname }} {%- endif -%} | {{- ["♠", "♥", "♦", "♣"][loop.index0 % 4] | safe }} | {%- if entry.docstring_title.startswith('http://') or entry.docstring_title.startswith('https://') -%} {{ entry.docstring_title }} {%- else -%} {{ entry.docstring_title }} {%- endif -%} |