{% extends "base.html" %} {% block title %} - Encyclopedia{% endblock %} {% block content %}
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 %}
{% if mostpopular %}
Factoid | Value | {% for f in mostpopular %}
---|---|
{{ f.name|escape }} | {{ f.value|escape|urlize }} |