website-frontend/templates/home.html

14 lines
449 B
HTML
Raw Permalink Normal View History

2023-07-08 11:06:26 +00:00
{% extends "base.html" %}
2023-07-08 18:10:42 +00:00
{% load cms_tags static %}
2023-07-08 11:06:26 +00:00
{% block header %}
2023-07-08 18:08:31 +00:00
<header class="masthead" style="background-color: #e4e4e4;background-image: url('{% static "img/header.jpg" %}');background-position: center;">
2023-07-08 11:06:26 +00:00
<div class="container container-header">
<div class="intro-text" style="padding-top: 250px;">
{% static_placeholder "header_claim" %}
</div>
</div>
</div>
</header>
{% endblock %}