{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ article.title|safe }}

from {{ article.source.title }}

{% if article.like %} {% else %} {% endif %}
{{ article.date }}
{{ article.content|safe }}
{% endblock %}