django/templates/partials/topbar.html

7 lines
268 B
HTML
Raw Normal View History

2023-04-23 16:08:01 +00:00
{% 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 %}