ungleich-staticcms/templates/blocks/generic-header.html
2020-01-20 15:09:35 +05:00

7 lines
No EOL
277 B
HTML

<div class="jumbotron jumbotron-fluid {{this.primary_color}}-bg">
<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>