{% layout 'layouts/html.liquid' %} {% block head %} smartsite {% endblock %} {% block content %}

{{ book.title }}

{{ book.brief }}

Read now {% if book.links %} {% for link in book.links %}

{{ link.text }}

{% endfor %} {% endif %}
cover for book {{ book.title }}
{% if book.information %} {{ book.information }} {% endif %}
Read now
{{ book.title }} © {{ book.author }}
{% endblock %}