{% extends "dsgov/base.html" %} {% load br_components %} {% load static %} {% block title %} Exemplo de Headers {% endblock %} {% block content %}
{% static '/dsgov/images/logo.png' as logo_path %} {% br_header title="Universidade Federal Rural de Pernambuco" logo_url=logo_path links=lista extra_classes="bg-blue-warm-vivid-90" links_style="color: #FFFFFF;" title_extra="UFRPE" title_style="color: #FFFFFF;" items_style="color: #FFFFFF;" search_placeholder="O que vocĂȘ procura?" label_button_login="Entrar" header_sign_style="color: #FFFFFF; font-weight: bold;" %}
{% endblock %}