This commit is contained in:
SG
2025-06-16 17:55:58 +03:00
parent 87484fe341
commit cfe8e9a799
7 changed files with 32 additions and 25 deletions

View File

@@ -9,7 +9,7 @@
{% block content %}
<div class="container mt-4 mb-5">
{% if content_item.image_file %}<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" class="img-fluid mb-5 rounded w-100 h-auto">{% endif %}
<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" class="img-fluid mb-5 rounded w-100 h-auto">
{% if not content_item.omit_second_title %}
<h1>{{ content_item.title }}</h1>
{% endif %}