{% include 'block_header_open.html' %} {{ post.title }} {% include 'block_header_close.html' %}

{% include 'Singular_title.html' %}

{% if post.review %}

Review summary

{{ post.review.title }}

{{ post.review.rating }} out of 5

{{ post.review.summary }}

{% endif %} {% if post.summary %}
{{ post.summary }}
{% endif %}
{% if post.photo %} {{ post.photo }} {% endif %} {{ post.html }}
Published
Author
{% include 'block_author.html' %}
Entry URL
{{ site.url}}/{{ post.slug }}/
License
{% if post.licence.text == 'CC BY 4.0' %} CC BY 4.0
Licensed under Creative Commons Attribution 4.0 International. You are free to share or republish, even if modified, if you link back here and indicate the modifications, even for commercial use. {% elif post.licence.text == 'CC BY-NC 4.0' %} CC BY-NC 4.0
Licensed under Creative Commons Attribution-NonCommercial 4.0 International. You are free to share or republish, even if modified, if you link back here and indicate the modifications, for non commercial use. For commercial use please contact the author. {% else %} CC BY-NC-ND 4.0
Licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International. You are free to share if you link back here for non commercial use, but you can't publish any altered versions of it. For commercial use please contact the author. {% endif %}
Leave a tip

{% if post.category == 'photo' %} Did you like this photo?
Leave a tip! If you're interested in prints, please get in touch. {% elif post.category == 'article' %} Did you find this article useful?
Support me, so I can write more like this.
If you want my help for your project, get in touch. {% elif post.category == 'journal' %} Did you like this entry?
Encourage me to write more of them. {% else %} Did you like what you read?
Leave a tip! {% endif %}

{% if post.syndicate|length %} {% endif %} {% if post.replies|length %}

Replies

    {% for mtime, comment in post.replies %} {% include 'Comment.html' %} {% endfor %}
{% endif %} {% if post.reactions|length %}

Reactions

{% for character, comments in post.reactions.items() %}
{{ character }}
    {% for mtime, comment in comments %} {% include 'Comment.html' %} {% endfor %}
{% endfor %}
{% endif %}
{% include 'block_footer.html' %}