{% if post.mentions %} RE: {{ post.mentions.url }} {% else %} {{ post.headline }} {% endif %}
{% if post.review %}By
in
{{ post.review.text }}
{{ post.text|relurl(baseurl) }}
{% 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 %}
By
in
{{ post.review.text }}
Responses
{% for comment in post.comment %}-
{% 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
{% endfor %}
{{ comment.url }}