{{ page.title }}

{% if page.date %}

{{ page.date | date_to_string }}

{% endif %} {% if page.aItemId and page.aItemImageUrl %} {% include aBookItem.html %} {% endif %} {{ content }} {% if page.tags.size > 0 %}

{% if page.tags.size > 1 %} TAGS: {% else %} TAG: {% endif %} {% for tag in page.tags %} {{tag}} {% endfor %}

{% endif %}