- {{ article.content }}
- {% if article.link %}
-
- view link
-
+
+
+
+ -
+
+ {{ article.locale_date }}
+
+ -
+
+ {{ article.category }}
+
+ {% if not HIDE_AUTHORS and article.authors %}
+ -
+
+ {% for author in article.authors %}
+ {{ author }}{% if not loop.last %}, {% endif %}
+ {% endfor %}
+
{% endif %}
-
-