django/templates/partials/topbar.html

7 lines
268 B
HTML
Executable File

{% load static %}
{% block header %}
<!-- Banner -->
<a href="#" class="btn w-full btn-primary text-truncate rounded-0 py-2 border-0 position-relative" style="z-index: 1000;">
<strong>Strong</strong> message here→
</a>
{% endblock header %}