{% extends "base.html" %} {% load truncatechars %} {% block extra_css %} {% endblock %} {% block base_js %} {% endblock %} {% block topsection %} {% include "learn_more.html" %} {% endblock %} {% block content %}
X

Start Ungluing Now!

{% csrf_token %}

How does it work?

Give ebooks to the world.

How does it work?
Questions? Read our general FAQ or FAQ for rights holders.

Start Ungluing Now!

{% csrf_token %}

Who's ungluing what

{% if is_preview %}Most wishlisted{% else %}Top ungluing campaigns{% endif %}

{% for work in works %}
{% include "book_panel.html" %}
{% endfor %}
{% for work in works2 %}
{% include "book_panel.html" %}
{% endfor %}
{% endblock %}