Remove /templates/base/include/header.html as it's unused

pull/477/head
Rachel Smith 2023-11-14 17:04:52 +00:00 zatwierdzone przez LB (Ben Johnston)
rodzic a171a4baa2
commit e56d12f8b2
1 zmienionych plików z 0 dodań i 16 usunięć

Wyświetl plik

@ -1,16 +0,0 @@
{% load wagtailcore_tags wagtailimages_tags %}
<div class="container">
<div class="row">
<div class="col-md-7 base-header">
{% if page.image %}
<div class="image">
{% image page.image width-500 as photo %}
<img src="{{ photo.url }}" width="{{ photo.width }}" height="{{ photo.height }}" alt="{{ photo.alt }}" />
</div>
{% endif %}
<h1>{{ page.title }}</h1>
</div>
</div>
</div>