{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}
{% if this.image %} {% else %} {% include 'svg.html' %} {% endif %}

{{ this.title }}

{% if this.subtitle %}

{{ this.subtitle }}

{% endif %} {% if this.author %}

{{ this.author }}

{% endif %}

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

{% if this.length %}

Length: {{ this.length }}

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

Download EPUB:

From Comrades Library

{% endif %} {% if this.external %}{% for item in this.external %}

From {{ item.split('://')[1].split('/')[0] }}

{% endfor %}{% endif %} {% if this.orig %}Source used to create EPUB:

{% 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 %} {% if this.html or this.prolewiki %}

Read online:

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

On Comrades Library

{% endif %} {% if this.prolewiki %}

On ProleWiki

{% endif %} {% if this.marxists %}

On marxists.org

{% endif %}
{% endblock %}