mirror of
https://github.com/torproject/community.git
synced 2024-11-23 18:00:02 +00:00
16 lines
549 B
HTML
16 lines
549 B
HTML
<div class="container bg-{{ this.color }} pt-5 mt-3">
|
|
<div class="row">
|
|
<div class="col-12 content-center">
|
|
<div class="row">
|
|
<h6 class="mx-auto text-white pt-3">{{ _('Community') }}</h6>
|
|
</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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|