Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates/base_side_categories.html
blob: b187d2e658296b9fff604bb852187958617b20e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}

{% block main_content %}
  <div class="secondary" role="complementary">
    {% include "categories.html" %}
    {% block under_categories %}{% endblock %}
  </div>
  <div class="primary" role="main">
    {% include "search.html" %}
    {% block content %}{% endblock %}
  </div>
{% endblock %}