website-frontend/templates/home.html
2023-07-08 20:10:42 +02:00

14 lines
449 B
HTML

{% extends "base.html" %}
{% load cms_tags static %}
{% block header %}
<header class="masthead" style="background-color: #e4e4e4;background-image: url('{% static "img/header.jpg" %}');background-position: center;">
<div class="container container-header">
<div class="intro-text" style="padding-top: 250px;">
{% static_placeholder "header_claim" %}
</div>
</div>
</div>
</header>
{% endblock %}