{% extends "page.html" %} {% block ng_directives %}x-ng-app-root="/solr"{% endblock %} {% block rss %}{% endblock %} {% block content_inner %}

Solr News

{{page.content}} {% for article in (articles | selectattr("category.name", "in", ['solr/news', 'solr/security'])|list) %}

{{ article.locale_date }}, {{ article.title }}

{{article.content}} {% endfor %}
{% endblock content_inner %}