{% extends "master.html"%}
{% block feedlink %}
{% if feedEntries %}
{% endif %}
{% endblock %}
{% block bodyparams %}
class="plus-secondary"
{% endblock %}
{% block content %}
{% include "snippets/introduction.html" %}
{% include "snippets/feedentries.html" %}
{% include "snippets/background.html" %}
{% endblock %}
{% block primarysidebar %}
{% include "snippets/userlinks.html" %}
{% endblock %}
{% block secondarysidebar %}
{% include "snippets/sitesummary.html" %}
{% endblock %}