aboutsummaryrefslogtreecommitdiffstats
path: root/browser/templates/page_main.html.j2
blob: 907275f10443d2be60cc1a5247a93871693ebf5c (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html.j2" %}

{% block content %}
<div id="container">
    {% include "frag_aside.html.j2" %}

    <main id="main">
        {% include "frag_results.html.j2" %}
    </main>
</div>
{% endblock %}