{% extends "wikiprox/base.html" %} {% block title %}Browse Topics{% endblock %} {% block contents %}

Browse Topics  |  Table of Contents A-Z  |  Authors  |  Search

Browse Topics

{% include "wikiprox/comingsoonmessage.html" %}
{% for category in articles_by_category %}

{{ category.0 }}

{% for article in category.1 %} {{ article.title }}{% if not forloop.last %},  {% endif %} {% endfor %}
{% endfor %}
{% endblock contents %}