{% extends "bucket/templates/base.html" %} {% block content %}
Looking for something?
{
Findex is a high performance platform for finding and indexing files.
}

Built on:

News

{% if not posts %}
No news added yet!
{% endif %} {% for post in posts %}
{{ post.title }}

{{ post.content }}

  • By {{ post.created_by.realname }}
  • |
  • {{ post.ago }}
{% endfor %}

Stats

 

No stats yet!

{% endblock %}