{% block licence %}{% endblock %} {% for key, value in meta.items() %} {% endfor %} {% block meta %}{% 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.event %} {% set mftype = 'h-entry h-event' %} {% else %} {% set mftype = 'h-entry' %} {% endif %}

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

{% if post.review %}
Review summary of: {{ post.review.title }}

By at

{{ post.review.rated }} out of {{ post.review.outof }}

{{ post.review.summary }}


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

{% if post.event %}
Trip details
From to , in {{ post.event.location }}
{% endif %}
Published
Author
Entry URL
{% if not post.has_mainimg %} {% endif %} {{ post.url }}
License
{% if post.licence == 'CC-BY-4.0' %} {{ post.licence }}
  • 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 == 'CC-BY-NC-4.0' %} {{ post.licence }}
  • 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. {% elif post.licence == 'CC-BY-NC-ND-4.0' %} {{ post.licence }}
  • 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 %}
{% 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' %} {% block prism %} {% endblock %}