14 lines
No EOL
449 B
HTML
14 lines
No EOL
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 %} |