{% extends "layout.html" %}
{% block title %}buzzword: preferences {% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
Here will be the preferences page for the app. Perhaps it should have a 'corpus' and 'all' setting space.
{% endblock %}