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
Django/Jinja

<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>