This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/flatfilecms/templates/bootstrap/fullscreen-jumbotron.jinja2

7 lines
263 B
Plaintext
Raw Normal View History

2018-10-15 01:43:11 +03:00
<div style="background: url({{jumbotron_image}}) no-repeat center center; background-size: cover">
<div class="jumbotron container {{jumbotron_class|default('text-light bg-darken')}}">
<h2>{{jumbotron_header}}</h2>
{{jumbotron_content}}
</div>
</div>