UI Pages: Only show header div if there is a picture.

This commit is contained in:
2019-03-29 15:18:49 +01:00
parent 5556bfee52
commit 46bbd1297b

View File

@@ -5,8 +5,8 @@ include ../../../mixins/components
| {% block bodyclasses %}{% endblock %} | {% block bodyclasses %}{% endblock %}
| {% block body %} | {% block body %}
.expand-image-links.imgs-fluid
| {% if node.picture %} | {% if node.picture %}
.expand-image-links.imgs-fluid
+jumbotron( +jumbotron(
"{{ node.name }}", "{{ node.name }}",
null, null,