-
+
-

+

{% if post.is_reply %} @@ -41,7 +45,7 @@ RE: - + {{ post.is_reply }} @@ -54,14 +58,14 @@

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

By - at + at

@@ -71,17 +75,17 @@ {{ post.review.outof }}

-

{{ post.review.summary }}

+

{{ post.review.summary }}

{% endif %} {% if post.summary %} -
+
{{ post.html_summary }}
{% endif %} -
+
{{ post.html_content }}
@@ -91,34 +95,32 @@
Trip details
From -
{% endif %}
Author
-
Published
@@ -143,7 +144,9 @@
License
{% if post.licence == 'CC-BY-4.0' %} - {{ post.licence }} + + {{ post.licence }} +
  • you can share it
  • you can republish it
  • @@ -152,7 +155,9 @@
  • you always need to make a link back here
{% elif post.licence == 'CC-BY-NC-4.0' %} - {{ post.licence }} + + {{ post.licence }} +
  • you can share it
  • you can republish it
  • @@ -162,7 +167,9 @@
For commercial use, please contact me. {% elif post.licence == 'CC-BY-NC-ND-4.0' %} - {{ post.licence }} + + {{ post.licence }} +
  • you can share it
  • you can't modify it
  • @@ -179,7 +186,7 @@ {% if not post.has_mainimg %} {% endif %} - + {{ post.url }}
@@ -216,19 +223,19 @@

Replies

    {% for mtime, comment in post.replies.items() %} -
  1. -
  2. + from - + {% if comment.author.url %} - - + + {{ comment.author.name }} {% else %} - + {{ comment.author.name }} {% endif %} @@ -237,7 +244,7 @@ - + {{ comment.source }} @@ -256,24 +263,24 @@
      {% for mtime, comment in comments.items() %} -
    • +
    • - + {{ comment.type }} -
@@ -76,21 +82,20 @@ {% block pagination %} {% endblock %} -