website-frontend/templates/home.html

14 lines
488 B
HTML
Raw Normal View History

2023-07-08 11:06:26 +00:00
{% extends "base.html" %}
{% load cms_tags %}
{% block header %}
<header class="masthead" style="background-color: #e4e4e4;background-image: url('https://kumi.systems/wp-content/themes/kumipress/assets/img/oben-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 %}