{% extends "base.html" %} {% block html_lang %}{{ article.lang }}{% endblock %} {% block head -%} {{ super() -}} {%- if article.summary -%} {%- endif -%} {% endblock %} {% block title %}{{ article.title | striptags }}{% endblock %} {% block extra_head %} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(article) %} {{ translations.entry_hreflang(article) }} {% endif %} {% endblock %} {% block content %}
Not published. This is a {{ article.status }}.
{%- endif %}
Published: {{ article.locale_date }}
{%- if article.authors %}
Author: {% for author in article.authors %}{{ author }}{% endfor %}
{%- endif %}
Thank you for printing from sharats.me. Do check back regularly for more such awesome content. Subscribe at sharats.me/posts/index.xml to stay updated.
Discuss on: {%- if article.hn_id %} Hacker News {%- endif %} {%- if article.hn_id and article.reddit_url %} or {% endif %} {%- if article.reddit_url %} Reddit {%- endif -%} .
{%- endif %} {%- endblock %}