{% extends "base.j2.html" %} {% block lang %} lang="{{ post.inLanguage }}" {% endblock %} {% block title %}{{ post.headline }} - {{ site.name }}{% endblock %} {% block meta %} {% if post.image is iterable %} {% else %} {% endif %} {% if post['@type'] == 'TechArticle' %} {% endif %} {% endblock %} {% block prism %} {% if post['@type'] == 'TechArticle' %} {% endif %} {% endblock %} {% block cc %}
  • {% endblock %} {% block content %}

    {% if post.mentions %} RE: {{ post.mentions.url }} {% else %} {{ post.headline }} {% endif %}

    Licenced under {{ post.license | extractlicense }}, created by {{ post.author.name }} (), published at to canonical URL {{ post.url }} {% if post.keywords|length > 0 %} with keywords {% for keyword in post.keywords %} #{{ keyword }}{% if not loop.last %} {% endif %} {% endfor %} {% endif %} {% if post['@type'] == 'Photograph' %} {% if post.image[0].locationCreated %} from the location {{ post.image[0].locationCreated.geo.longitude }}, {{ post.image[0].locationCreated.geo.latitude }} {% endif %} {% endif %}

    {% if post.sameAs|length %}

    This post was also syndicated to:

      {% for url in post.sameAs %}
    • {{ url }}
    • {% endfor %}

    {% endif %} {% if post.subjectOf %}

    Journey from to , in {{ post.subjectOf.location.name }}

    {% endif %}
    {% if post.review %}
    Review summary of: {{ post.review.name }}

    By {{ post.author.name }} in

    {{ post.review.reviewRating.ratingValue }} out of {{ post.review.reviewRating.bestRating }}

    {{ post.review.text }}

    {% endif %} {% if post.description|length %}
    {{ post.description|relurl(baseurl) }}
    {% endif %}
    {{ post.text|relurl(baseurl) }}
    {% if 'WebPage' != post['@type'] %} {% if post.comment|length %}

    Responses

      {% for comment in post.comment %}
    1. {% if 'like-of' == comment.disambiguatingDescription %} {% set icon = 'star' %} {% elif 'bookmark-of' == comment.disambiguatingDescription %} {% set icon = 'bookmark' %} {% elif 'reply' == comment.disambiguatingDescription %} {% set icon = 'reply' %} {% else %} {% set icon = 'link' %} {% endif %} from {% if comment.author.url %} {{ comment.author.name }} {% else %} {{ comment.author.name }} {% endif %} at
      {{ comment.url }}
    2. {% endfor %}
    {% endif %} {% endif %}
    {% endblock %}