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

Solr Blog Posts

{{page.content}}
{% for article in (pages | selectattr("category.name", "in", ["solr/blogposts"]) |list | sort(attribute="date") | reverse) %}

{{ article.title }}

Published: {{ article.locale_date }}

{{ article.summary | truncate(512)}}

{% endfor %}
{% endblock content_inner %}