{% extends "base.html" %} {% block title %} - Encyclopedia{% endblock %} {% block content %}

Encyclopedia

You have arrived at the source of all knowledge. You don't need wikipedia or google, all you need is to search through my factoids! I currently know {{ nfactoids }} factoids and {{ npackages }} packages. What do you want to look for?

{% if error %}

{{ error }}
{% endif %}

{% if mostpopular %}

Most popular factoids

{% for f in mostpopular %} {% endfor %}
FactoidValue
{{ f.name|escape }} {{ f.value|escape|urlize }}
{% endif %} {% endblock %}