{% extends "base.html" %} {% block meta %} {% include "partial/og_article.html" %} {% endblock %} {% block title %} – {{ article.title|striptags }}{% endblock %} {% block content %}

{{ article.title }}

Posted on {{ article.locale_date }} in {{ article.category }}

{{ article.content }}

{% if article.tags %} {% for tag in article.tags %} {{ tag }} {% endfor %} {% endif %}

{% if ADD_THIS_ID %}

Like this article? Share it with your friends!

{% endif %} {% include "partial/disqus.html" %}
{% endblock %} {% block additional_js %} {% include "partial/jsonld_article.html" %} {% endblock %}