2019-07-01 15:27:38 +02:00
|
|
|
<div class="container bg-{{ this.color }} pt-5 mt-3">
|
2019-03-13 17:35:58 +01:00
|
|
|
<div class="row">
|
2019-06-03 14:07:44 -03:00
|
|
|
<div class="col-12 content-center">
|
|
|
|
<div class="row">
|
2021-03-23 17:57:18 +01:00
|
|
|
<h6 class="mx-auto text-white pt-3">{{ _('Community') }}</h6>
|
2019-06-03 14:07:44 -03:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
|
|
|
|
</div>
|
|
|
|
<div class="row pb-5">
|
|
|
|
<h4 class="mx-auto text-white">{% block subtitle %}{{ this.subtitle }}{% endblock %}</h4>
|
2019-03-15 15:19:29 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-03-13 17:35:58 +01:00
|
|
|
</div>
|
|
|
|
</div>
|