blob: 910d0be72b3185325c2fc146000b6f83cf574511 [file] [log] [blame]
{% extends "lucene/pylucene/page.html" %}
{% block content %}
{{ super() }}
<div>
{% for article in (articles | selectattr("category.name", "eq", "pylucene/news")|list) %}
<h2 id="{{article.slug}}">
{{article.locale_date|title}} - {{article.title}}
<a class="headerlink" href="#{{article.slug}}" title="Permanent link">ΒΆ</a>
</h2>
{{article.content}}
{% endfor %}
</div>
{% endblock content %}