summaryrefslogtreecommitdiff
path: root/template/consortium.html.j2
blob: f48a2db9a28822726c049127fb9b75e3b91b0f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% extends "common/consortium.js" %}
{% block body_content %}
<main id="maincontent">

  <div class="container">

    <!--Section: Content-->
    <section class="section-consortium dark-grey-text">

      {# <div class="justify-content-md-left"> #}

        <!-- Section heading -->
        <h4 class="font-weight-bold pb-2 mb-4">{{ _("Consortium")}}</h4>
        <!-- Section description -->


    </section>
    <!--Section: Content-->

  </div>
</main>

  {% endblock body_content %}