{% for key, value in meta.items() %} {% endfor %} {% block meta %}{% endblock %} {% block prism %} {% endblock %} {% macro activemenu(name) %}{% if (post is defined and post.category == name ) or ( category is defined and category.name == name ) %}active{% endif %}{% endmacro %}

{% block content %}

{% if post.is_reply %} RE: {{ post.is_reply }} {% else %} {{ post.title }} {% endif %}

{% if post.review %}

Review summary

{{ post.review.title }}

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

{{ post.review.summary }}

{% endif %} {% if post.summary %}
{{ post.html_summary }}
{% endif %}
{{ post.html_content }}
Published
Author

Photo of {{ author.name }} {{ author.name }} <>

Entry URL
{{ post.url }}
License
{% if post.licence == 'by' %} CC BY 4.0
  • you can share it
  • you can republish it
  • you can modify it, but you need to indicate the modifications
  • you can use it for commercial purposes
  • you always need to make a link back here
{% elif post.licence.text == 'by-nc' %} CC BY-NC 4.0
  • you can share it
  • you can republish it
  • you can modify it, but you need to indicate the modifications
  • you can't use it for commercial purposes
  • you always need to make a link back here
For commercial use, please contact me. {% else %} CC BY-NC-ND 4.0
  • you can share it
  • you can't modify it
  • you can't republish it
  • you can't use it for commercial purposes
  • you always need to make a link back here
For commercial use, please contact me. {% endif %}
Leave a tip

{% if post.category in labels.tiptext.keys(): %} {{ labels.tiptext[post.category] }} {% 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.items() %}
  1. from {% if comment.author.url %} {{ comment.author.name }} {% else %} {{ comment.author.name }} {% endif %}
    {{ comment.source }}
  2. {% endfor %}
{% endif %} {% if post.reactions|length %}

Reactions

{% for character, comments in post.reactions.items() %}
{{ character }}
{% endfor %}
{% endif %}
{% endblock %} {% block pagination %} {% endblock %} {% include 'symbols.svg' %}