{% extends "base.html" %} {% block meta %} {% if post.parsed['keywords'] %} {% endif %} {% if post.parsed['authors'] %} {% endif %} {% endblock %} {% block title %}{{ config.title }}: {{ post.title }}{% endblock %} {% block css %} {% for stylesheet in stylesheets %} {% endfor %} {% endblock %} {% block javascript %} {% for script in scripts %} {% endfor %} {% endblock %} {% block content %}
Current weather: {{ json.weather.current_condition[0].temp_C }}°C ({{ json.weather.current_condition[0].weatherDesc[0].value }})
{% endif %}You can engage with this post on {% for site, url in json.links.items() %} {%- if loop.first -%} {% elif loop.last %} or {%- else -%} , {%- endif %} {{ site }} {%- endfor -%}. {% endif %} {% for reply in json.replies %}
{{ reply.comment.summary or reply.comment.text }}