{% extends "common-base.html.j2" %} {% block header_content %}

{{ gettext("Essay shop") }}

{{ gettext("On this page you can buy articles using an imaginary currency.") + "
" + gettext("The articles are chapters from Richard Stallman's book "Free Software, Free Society".") + "
" + gettext('The book is published by the FSF and available gratis at gnu.org.').format(shop="https://shop.fsf.org/product/free-software-free-society-2", gnu="https://www.gnu.org") }}

{% endblock %}