2020-01-22 18:18:05 +00:00
|
|
|
<div class="jumbotron jumbotron-fluid" style="background-color: {{this.primary_color}};">
|
2020-01-20 10:09:35 +00:00
|
|
|
<div class="container-fluid">
|
|
|
|
{% for h in this.headers %}
|
|
|
|
<h1 class="display-1 generic-header {{this.header_color}}" style="font-weight: bolder;">{{h}}</h1>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|