{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}
{% if this.image %} {% else %} Trans rights! Comrades Library {% set name = this.title.split("? ")[0] %} {{ name }} {{ this.author }} {% if this.pub_date and this.publisher %}Published {{ this.pub_date }}, by {{ this.publisher }}{% endif %} https://comlib.encryptionin.space {% endif %}

{{ this.title }}

{% if this.subtitle %}

{{ this.subtitle }}

{% endif %}

{% if this.publisher %}{{ this.publisher }}, {% endif %}{{ this.pub_date }}

{% if this.author %}

{{ this.author }}

{% endif %} {% if this.html %}

Read online

{% endif %}
{% if this.epub %}

Download EPUB:

{% for item in this.epub %}

{% set urls = item.split(", ") %}{% for url in urls %}{% if "http" in url %}{{ url.split('://')[1].split('/')[0] }}{% else %}comlib.encryptionin.space{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}

{% endfor %}{% endif %} {% if this.orig %}

Download source PDF:

{% for item in this.orig %}

{% set urls = item.split(", ") %}{% for url in urls %}{% if "http" in url %}{{ url.split('://')[1].split('/')[0] }}{% else %}cached{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}

{% endfor %}{% endif %}
{% endblock %}