diff --git a/flatfilecms/templates/base.jinja2 b/flatfilecms/templates/base.jinja2 index d46b4cb..f4304cd 100644 --- a/flatfilecms/templates/base.jinja2 +++ b/flatfilecms/templates/base.jinja2 @@ -1,5 +1,4 @@ {%- import 'macros.jinja2' as macros -%} -{%- import 'forms.jinja2' as forms -%} diff --git a/flatfilecms/templates/bootstrap/fullscreen-jumbotron.jinja2 b/flatfilecms/templates/bootstrap/fullscreen-jumbotron.jinja2 index 88358a9..28c5a73 100644 --- a/flatfilecms/templates/bootstrap/fullscreen-jumbotron.jinja2 +++ b/flatfilecms/templates/bootstrap/fullscreen-jumbotron.jinja2 @@ -1,6 +1,6 @@ -
-
-

{{jumbotron_header}}

+<{{jumbotron_tag|default('div')}} style="{%if jumbotron_image%}background: url({{jumbotron_image}}) no-repeat center center; background-size: cover; {%endif%}min-height: 100vh" class="d-flex align-items-center"{%if jumbotron_id%} id="{{jumbotron_id}}"{%endif%}> +
+ {% if jumbotron_header %}

{{jumbotron_header}}

{%endif%} {{jumbotron_content}}
-
+