{% block meta %}{% endblock %} {{ gettext("GNU Taler Demo: Essay Shop") }} {% block styles %}{% endblock %} {% block scripts %}{% endblock %}

{{ gettext("Taler Demo")}}
{{ 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") }}

{% from 'templates/menu.html.j2' import menu with context %} {{ menu('blog') }}
{% block main %} This is the main content of the page. {% endblock %} {% include 'templates/footer.html.j2' %}